'Declaration Public Overloads Overrides Function FillSchema( _ ByVal dataSet As DataSet, _ ByVal schemaType As SchemaType _ ) As DataTable()
public override DataTable[] FillSchema( DataSet dataSet, SchemaType schemaType )
Parameters
- dataSet
- The DataSet to be filled with the schema from the data source.
- schemaType
- One of System.Data.SchemaType values. Specifies how to handle existing schema mappings.