Nevron Open Vision Documentation
Nevron.Nov.Data.DBModel Namespace / NSqlServerCheckConstraint Class
Members


In This Topic
    NSqlServerCheckConstraint Class
    In This Topic
    Represents the SQL Server Check constraint.
    Object Model
    NSqlServerCheckConstraint Class
    Syntax
    'Declaration
     
    
    Public Class NSqlServerCheckConstraint 
       Inherits NSqlServerDefaultConstraint
    'Usage
     
    
    Dim instance As NSqlServerCheckConstraint
    public class NSqlServerCheckConstraint : NSqlServerDefaultConstraint 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Data.DBModel.NDatabaseObject
          Nevron.Nov.Data.DBModel.NTableConstraint
             Nevron.Nov.Data.DBModel.NSqlServerDefaultConstraint
                Nevron.Nov.Data.DBModel.NSqlServerCheckConstraint

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also