Advanced.Data.Provider Documentation

AdpDataAdapter.FillSchema Method 

[This is preliminary documentation and subject to change.]

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.

[Visual Basic]
NotOverridable Public Function FillSchema( _
   ByVal dataSet As DataSet, _
   ByVal schemaType As SchemaType _
) As DataTable() Implements _
   IDataAdapter.FillSchema
[C#]
public DataTable[] FillSchema(
   DataSet dataSet,
   SchemaType schemaType
);

Parameters

dataSet
A DataSet to insert the schema in.
schemaType
One of the SchemaType values that specify how to insert the schema.

Return Value

A reference to a collection of DataTable objects that were added to the DataSet.

Implements

IDataAdapter.FillSchema

See Also

AdpDataAdapter Class | Advanced.Data.Provider Namespace