SqlCeConnection::GetSchema Method

Visual Studio 2010

Returns schema information for the data source of this SqlCeConnection.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

public:
virtual DataTable^ GetSchema() override

Return Value

Type: System.Data::DataTable
A DataTable that contains schema information.
Show: