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

In This Topic
    GetViewsSchema Method (C1SalesforceConnection)
    In This Topic
    Retrieve the metadata relatively to the views.
    Syntax
    'Declaration
     
    Protected Function GetViewsSchema( _
       ByVal restrictionValues() As String _
    ) As DataTable
    protected DataTable GetViewsSchema( 
       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 views.
    See Also