VistaDB 6
VistaDB.DDA Namespace / IVistaDBConstraintInformation Interface / Expression Property


In This Topic
    Expression Property (IVistaDBConstraintInformation)
    In This Topic
    SQL script expression evaluated to boolean result. It is supposed the constraint is being passed when it is evaluated to the true boolean result.
    Syntax
    'Declaration
     
    
    ReadOnly Property Expression As System.String
    'Usage
     
    
    Dim instance As IVistaDBConstraintInformation
    Dim value As System.String
     
    value = instance.Expression
    System.string Expression {get;}
    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