GetSchemaTable( DbCommand ) method

Returns the schema table for the SACommandBuilder object.

Visual Basic syntax

Protected Overrides Function GetSchemaTable (ByVal sourceCommand As DbCommand ) As DataTable

C# syntax

protected override DataTable GetSchemaTable ( DbCommand sourceCommand)

Parameters

Returns

A System.Data.DataTable that represents the schema for the specific System.Data.Common.DbCommand.