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


In This Topic
    DbParameterCollection Property
    In This Topic
    Gets the collection of System.Data.Common.DbParameter objects.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable ReadOnly Property DbParameterCollection As System.Data.Common.DbParameterCollection
    'Usage
     
    
    Dim instance As VistaDBCommand
    Dim value As System.Data.Common.DbParameterCollection
     
    value = instance.DbParameterCollection
    protected override System.Data.Common.DbParameterCollection DbParameterCollection {get;}

    Property Value

    The parameters of the SQL statement or stored procedure.
    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