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

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

    Parameters

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

    Return Value

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