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

In This Topic
GetForeignKeySchema Method (C1JsonConnection)
In This Topic
Retrieve the metadata relatively to the foreign keys.
Syntax
'Declaration
 
Protected Function GetForeignKeySchema( _
   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 foreign keys.
See Also