DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceConnection Class / GetForeignKeySchema Method
Specifies a set of restriction values for the requested schema.

In This Topic
    GetForeignKeySchema Method (C1SalesforceConnection)
    In This Topic
    Retrieve the metadata relatively to the foreign keys.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function GetForeignKeySchema( _
       ByVal restrictionValues() As String _
    ) As DataTable
    protected override DataTable GetForeignKeySchema( 
       string[] restrictionValues
    )

    Parameters

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

    Return Value

    A DataTable containing the schema about the foreign keys.
    See Also