VistaDB 6
VistaDB.Provider Namespace / VistaDBCommand Class / CommandType Property


In This Topic
    CommandType Property
    In This Topic
    Indicates or specifies how the System.Data.Common.DbCommand.CommandText property is interpreted. Indicates or specifies how the CommandText property is interpreted. VistaDB supports only Text and StoredProcedures command types.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Property CommandType As System.Data.CommandType
    'Usage
     
    
    Dim instance As VistaDBCommand
    Dim value As System.Data.CommandType
     
    instance.CommandType = value
     
    value = instance.CommandType
    public override System.Data.CommandType CommandType {get; set;}

    Property Value

    One of the System.Data.CommandType values. The default is Text.
    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