SqlCeConnection.GetSchema Method (String)
Returns schema information for the data source of this SqlCeConnection using the specified string for the schema name.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Overrides Function GetSchema ( _
collectionName As String _
) As DataTable
'Usage
Dim instance As SqlCeConnection
Dim collectionName As String
Dim returnValue As DataTable
returnValue = instance.GetSchema(collectionName)
public override DataTable GetSchema(
string collectionName
)
public:
virtual DataTable^ GetSchema(
String^ collectionName
) override
abstract GetSchema :
collectionName:string -> DataTable
override GetSchema :
collectionName:string -> DataTable
public override function GetSchema(
collectionName : String
) : DataTable
Parameters
- collectionName
Type: System.String
The schema name.
Return Value
Type: System.Data.DataTable
A DataTable that contains schema information.