GetSchemaTable Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
protected override DataTable GetSchemaTable(
	DbCommand sourceCommand
)
Visual Basic
Protected Overrides Function GetSchemaTable ( _
	sourceCommand As DbCommand _
) As DataTable
Visual C++
protected:
virtual DataTable^ GetSchemaTable(
	DbCommand^ sourceCommand
) override

Parameters

sourceCommand
Type: System.Data.Common..::..DbCommand

See Also