Tamino API for .NET

TaminoDataAdapter.FillSchema Method (DataSet, XmlReader)

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()
[C#]
public DataTable[] FillSchema(
   DataSet ds,
   XmlReader reader
);

Parameters

ds
the DataSet
reader
the reader

Return Value

the newly-defined tables of the DataSet

Remarks

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.

See Also

TaminoDataAdapter Class | TaminoDataAdapter Members | SoftwareAG.Tamino.Api.DataAdapter Namespace | TaminoDataAdapter.FillSchema Overload List