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

In This Topic
    GetPrimaryKeySchema Method (C1ConnectionBase)
    In This Topic
    Retrieve the metadata relatively to the primary keys.
    Syntax
    'Declaration
     
    Protected Overridable Function GetPrimaryKeySchema( _
       ByVal restrictionValues() As String _
    ) As DataTable
    protected virtual DataTable GetPrimaryKeySchema( 
       string[] restrictionValues
    )

    Parameters

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

    Return Value

    A System.Data.DataTable containing the schema about the primary keys.
    See Also