C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonConnection Class / GetSubTableSchema Method
Specifies a set of restriction values for the requested schema.

In This Topic
GetSubTableSchema Method (C1JsonConnection)
In This Topic
Retrieve the metadata relatively to the subtables.
Syntax
'Declaration
 
Protected Function GetSubTableSchema( _
   ByVal restrictionValues() As String _
) As DataTable
 

Parameters

restrictionValues
Specifies a set of restriction values for the requested schema.

Return Value

A System.Data.DataTable containing the schema about the subtables.
See Also