Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns schema information for the data source of this SqlCeConnection.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Overrides Function GetSchema As DataTable
'Usage
Dim instance As SqlCeConnection
Dim returnValue As DataTable
returnValue = instance.GetSchema()
public override DataTable GetSchema()
public:
virtual DataTable^ GetSchema() override
abstract GetSchema : unit -> DataTable
override GetSchema : unit -> DataTable
public override function GetSchema() : DataTable
Return Value
Type: System.Data.DataTable
A DataTable that contains schema information.