UpdateableDataRecord.FillSchema(String, ICollection<DataTable>, DataSet, DataTableMappingCollection, SchemaType, MissingMappingAction, DataColumnMappingCollection) 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 ^ FillSchema(System::String ^ tableName, System::Collections::Generic::ICollection<System::Data::DataTable ^> ^ tables, System::Data::DataSet ^ dataSet, System::Data::Common::DataTableMappingCollection ^ tableMappings, System::Data::SchemaType schemaType, System::Data::MissingMappingAction mappingAction, [Runtime::InteropServices::Out] System::Data::Common::DataColumnMappingCollection ^ % columnMappings);
protected virtual System.Data.DataTable FillSchema (string tableName, System.Collections.Generic.ICollection<System.Data.DataTable> tables, System.Data.DataSet dataSet, System.Data.Common.DataTableMappingCollection tableMappings, System.Data.SchemaType schemaType, System.Data.MissingMappingAction mappingAction, out System.Data.Common.DataColumnMappingCollection columnMappings);
abstract member FillSchema : string * System.Collections.Generic.ICollection<System.Data.DataTable> * System.Data.DataSet * System.Data.Common.DataTableMappingCollection * System.Data.SchemaType * System.Data.MissingMappingAction * -> System.Data.DataTable
override this.FillSchema : string * System.Collections.Generic.ICollection<System.Data.DataTable> * System.Data.DataSet * System.Data.Common.DataTableMappingCollection * System.Data.SchemaType * System.Data.MissingMappingAction * -> System.Data.DataTable
Parameters
- tableName
- String
- tables
- ICollection<DataTable>
- dataSet
- DataSet
- tableMappings
- DataTableMappingCollection
- schemaType
- SchemaType
- mappingAction
- MissingMappingAction
- columnMappings
- DataColumnMappingCollection