DataTableMapping.GetDataTableBySchemaAction Method
Gets the current DataTable for the specified DataSet using the specified MissingSchemaAction value.
Namespace: System.Data.Common
Assembly: System.Data (in System.Data.dll)
public DataTable GetDataTableBySchemaAction(
DataSet dataSet,
MissingSchemaAction schemaAction
)
Parameters
- dataSet
- Type: System.Data.DataSet
- schemaAction
- Type: System.Data.MissingSchemaAction
One of the MissingSchemaAction values.
If the DataTable does not exist, the specified MissingSchemaAction is taken.
The following example gets the DataTable for a given DataSet. If there is no current table for the DataSet, null is returned. This example assumes that a DataSet and a DataTableMappingCollection collection have been created.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.