Overload | Description |
---|---|
FillSchema(DataTable,SchemaType) | Configures the schema of the specified System.Data.DataTable based on the specified System.Data.SchemaType. (Inherited from System.Data.Common.DbDataAdapter) |
FillSchema(DataSet,SchemaType) | Adds a System.Data.DataTable named "Table" to the specified System.Data.DataSet and configures the schema to match that in the data source based on the specified System.Data.SchemaType. (Inherited from System.Data.Common.DbDataAdapter) |
FillSchema(DataSet,SchemaType,String) | Adds a System.Data.DataTable to the specified System.Data.DataSet and configures the schema to match that in the data source based upon the specified System.Data.SchemaType and System.Data.DataTable. (Inherited from System.Data.Common.DbDataAdapter) |