SqlCeConnection::GetSchema Method (String, array<String>)
Visual Studio 2010
Returns schema information for the data source of this SqlCeConnection using the specified string for the schema name and the specified string array for the restriction values.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
public: virtual DataTable^ GetSchema( String^ collectionName, array<String^>^ restrictionValues ) override
Parameters
- collectionName
- Type: System::String
The schema name.
- restrictionValues
- Type: array<System::String>
A set of restriction values.
Show: