[]
        
(Showing Draft Content)

C1.AdoNet.GoogleAnalytics.C1GoogleAnalyticsDataReader.GetSchemaTable

GetSchemaTable Method

GetSchemaTable()

Schema information in GoogleAnalytics is difficult to map into .NET conventions, so a lot of work must be done to gather the necessary information so it can be represented in an ADO.NET manner.

Declaration
public override DataTable GetSchemaTable()
Returns
Type Description
DataTable

Returns a DataTable containing the schema information for the active SELECT statement being processed.

Overrides