dotConnect for MySQL Documentation
Devart.Common Namespace / DbDataAdapter Class / FillSchema Method

In This Topic
    FillSchema Method (DbDataAdapter)
    In This Topic
    Configures the schema of the specified System.Data.DataTable based on the specified System.Data.SchemaType.
    Overload List
    OverloadDescription
    Configures the schema of the specified System.Data.DataTable based on the specified System.Data.SchemaType. (Inherited from System.Data.Common.DbDataAdapter)
    Adds a System.Data.DataTable named "Table" to the specified System.Data.DataSet and configures the schema to match that in the data source based on the specified System.Data.SchemaType. (Inherited from System.Data.Common.DbDataAdapter)
    Adds a System.Data.DataTable to the specified System.Data.DataSet and configures the schema to match that in the data source based upon the specified System.Data.SchemaType and System.Data.DataTable. (Inherited from System.Data.Common.DbDataAdapter)
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also