DataConnector | ComponentOne
C1.AdoNet.GoogleAnalytics Assembly / C1.AdoNet.GoogleAnalytics Namespace / C1GoogleAnalyticsConnection Class / GetSubTableSchema Method
Specifies a set of restriction values for the requested schema.

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