Creates the tables and columns in the specified DataSet using an XML schema.
[Visual Basic]
Overloads Public Function FillSchema( _
ByVal ds As DataSet, _
ByVal reader As XmlReader _
) As DataTable()
the newly-defined tables of the DataSet
The schema is loaded from the specified reader.
Use this method if the schema should define some kind of view of the corresponding doctype schema in Tamino. The tables and columns of the DataSet will then reflect a subset of the data present in Tamino.
TaminoDataAdapter Class | TaminoDataAdapter Members | SoftwareAG.Tamino.Api.DataAdapter Namespace | TaminoDataAdapter.FillSchema Overload List