'Declaration
Public Overloads Overrides NotOverridable Function GetSchema( _ ByVal collectionName As String _ ) As DataTable
public override DataTable GetSchema( string collectionName )
public function GetSchema( collectionName: String ): DataTable; override;
public override function GetSchema( collectionName : String ) : DataTable;
public: DataTable* GetSchema( string* collectionName ) override
Parameters
- collectionName
- The name of the collection to retrieve information about.
Return Value
A System.Data.DataTable with the requested information.