[]
        
(Showing Draft Content)

C1.AdoNet.Salesforce.C1SalesforceConnection.GetForeignKeySchema

GetForeignKeySchema Method

GetForeignKeySchema(string[])

Retrieve the metadata relatively to the foreign keys.

Declaration
protected override DataTable GetForeignKeySchema(string[] restrictionValues)
Parameters
Type Name Description
string[] restrictionValues

Specifies a set of restriction values for the requested schema.

Returns
Type Description
DataTable

A DataTable containing the schema about the foreign keys.

Overrides