TDbConnection.GetSchema(WideString,TArray) Method

<< Click to Display Table of Contents >>

Navigation:  ADONetVCL > Symbol Reference > CNClrLib.ADONet.Client > Classes > TDbConnection > Methods >

TDbConnection.GetSchema(WideString,TArray) Method

Returns schema information for the data source of this DbConnection using the specified string for the schema name and the specified array for the restriction values.

 

Namespace: CNClrLib.ADONet.Client

expandingSyntax

Parameters

ACollectionName

Type: WideString

ARestrictionValues

Type: TArray<string>

Return Value

Type: _DataTable

expandingSee Also