Dela via


AddCheckConstraintOperation.Sql Property

Definition

The logical sql expression used in a CHECK constraint and returns TRUE or FALSE. SQL used with CHECK constraints cannot reference another table but can reference other columns in the same table for the same row. The expression cannot reference an alias data type.

public virtual string Sql { get; set; }
member this.Sql : string with get, set
Public Overridable Property Sql As String

Property Value

Applies to