[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