C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonConnection Class / GetSchema Method / GetSchema() Method

In This Topic
GetSchema() Method
In This Topic
Returns schema information for the data source of this C1.DataConnector.AdoNet.C1ConnectionBase.
Syntax
'Declaration
 
Public Overloads Function GetSchema() As DataTable
 

Return Value

A System.Data.DataTable that contains schema information.
See Also