Creates the tables and columns in the specified DataSet using an XML schema.
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);
TaminoDataAdapter Class | TaminoDataAdapter Members | SoftwareAG.Tamino.Api.DataAdapter Namespace