UpdateableDataRecord.GetSchemaTable(String) Method

Definition

protected:
 virtual System::Data::DataTable ^ GetSchemaTable(System::String ^ tableName);
protected virtual System.Data.DataTable GetSchemaTable (string tableName);
override this.GetSchemaTable : string -> System.Data.DataTable
Protected Overridable Function GetSchemaTable (tableName As String) As DataTable

Parameters

tableName
String

Returns

DataTable

Applies to