DbDataAdapter::FillSchema Method

 

Adds a DataTable to a DataSet and configures the schema to match that in the data source.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

NameDescription
System_CAPS_pubmethodFillSchema(DataSet^, SchemaType)

Adds a DataTable named "Table" to the specified DataSet and configures the schema to match that in the data source based on the specified SchemaType.(Overrides DataAdapter::FillSchema(DataSet^, SchemaType).)

System_CAPS_protmethodFillSchema(DataSet^, SchemaType, IDbCommand^, String^, CommandBehavior)

Adds a DataTable to the specified DataSet and configures the schema to match that in the data source based on the specified SchemaType.

System_CAPS_pubmethodFillSchema(DataSet^, SchemaType, String^)

Adds a DataTable to the specified DataSet and configures the schema to match that in the data source based upon the specified SchemaType and DataTable.

System_CAPS_protmethodFillSchema(DataSet^, SchemaType, String^, IDataReader^)

Adds a DataTable to the specified DataSet.(Inherited from DataAdapter.)

System_CAPS_pubmethodFillSchema(DataTable^, SchemaType)

Configures the schema of the specified DataTable based on the specified SchemaType.

System_CAPS_protmethodFillSchema(DataTable^, SchemaType, IDataReader^)

Adds a DataTable to the specified DataSet.(Inherited from DataAdapter.)

System_CAPS_protmethodFillSchema(DataTable^, SchemaType, IDbCommand^, CommandBehavior)

Configures the schema of the specified DataTable based on the specified SchemaType, command string, and CommandBehavior values.

Return to top
Show: