UpdateableDataRecord.GetSchemaTable(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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