'Declaration Public Overloads Overrides Function GetSchema( _ ByVal collectionName As String _ ) As DataTable
public override DataTable GetSchema( string collectionName )
Parameters
- collectionName
- Specifies the name of the schema to return.
Return Value
A System.Data.DataTable that contains schema information.