Tamino API for .NET

TaminoDataAdapter.FillSchema Method (DataSet, String)

Creates the tables and columns in the specified DataSet using an XML schema.

[Visual Basic]
Overloads Public Function FillSchema( _
   ByVal ds As DataSet, _
   ByVal schema As String _
) As DataTable()
[C#]
public DataTable[] FillSchema(
   DataSet ds,
   string schema
);

Parameters

ds
the DataSet
schema
the name of the schema in Tamino

Return Value

the newly-defined tables of the DataSet

Remarks

The schema is read from Tamino. It must reside in the collection with which this TaminoDataAdapter object is associated.

See Also

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