RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DataStoreConnection.GetSchema Method ()

Returns schema information for data source of DataStoreConnection.

Pascal
function GetSchema: DataTable;
function GetSchema(collectionName: string): DataTable;
function GetSchema(collectionName: string; restrictionValues: string[]): DataTable;
C++
DataTable GetSchema();
DataTable GetSchema(string collectionName);
DataTable GetSchema(string collectionName, string[] restrictionValues);

GetSchema returns schema information for the data source of DataStoreConnection

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!