VistaDB 6
VistaDB.Provider Namespace / VistaDBCommandBuilder Class / GetSchemaTable Method
The System.Data.Common.DbCommand for which to retrieve the corresponding schema table.


In This Topic
    GetSchemaTable Method (VistaDBCommandBuilder)
    In This Topic
    Returns the schema table for the System.Data.Common.DbCommandBuilder.
    Syntax
    'Declaration
     
    
    Protected Function GetSchemaTable( _
       ByVal sourceCommand As System.Data.Common.DbCommand _
    ) As System.Data.DataTable
    'Usage
     
    
    Dim instance As VistaDBCommandBuilder
    Dim sourceCommand As System.Data.Common.DbCommand
    Dim value As System.Data.DataTable
     
    value = instance.GetSchemaTable(sourceCommand)
    protected System.Data.DataTable GetSchemaTable( 
       System.Data.Common.DbCommand sourceCommand
    )

    Parameters

    sourceCommand
    The System.Data.Common.DbCommand for which to retrieve the corresponding schema table.

    Return Value

    A System.Data.DataTable that represents the schema for the specific System.Data.Common.DbCommand.
    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