SqlCeConnection::GetSchema Method (String)

Visual Studio 2010

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)

public:
virtual DataTable^ GetSchema(
	String^ collectionName
) override

Parameters

collectionName
Type: System::String
The schema name.

Return Value

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