Tamino API for .NET

TaminoDataAdapter.FillSchema Method

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

Overload List

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

public DataTable[] FillSchema(DataSet,string);

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

public DataTable[] FillSchema(DataSet,string,bool);

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

public DataTable[] FillSchema(DataSet,XmlReader);

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

public DataTable[] FillSchema(DataSet,XmlReader,bool);

See Also

TaminoDataAdapter Class | TaminoDataAdapter Members | SoftwareAG.Tamino.Api.DataAdapter Namespace