VistaDB 6
VistaDB.DDA Namespace / IVistaDBTable Interface / EnforceConstraints Property


In This Topic
    EnforceConstraints Property
    In This Topic
    Gets or sets a value indicating whether constraint rules are followed when attempting any insert, update or delete operation
    Syntax
    'Declaration
     
    
    Property EnforceConstraints As System.Boolean
    'Usage
     
    
    Dim instance As IVistaDBTable
    Dim value As System.Boolean
     
    instance.EnforceConstraints = value
     
    value = instance.EnforceConstraints
    System.bool EnforceConstraints {get; set;}
    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