Skip to main content

CheckConstraintAttribute

Create an RDBMS Check Constraint on a Table column

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Property)]
public class CheckConstraintAttribute : AttributeBase, _Attribute

Properties

Constraint

View Source
Declaration
public string Constraint { get; }

Implements

  • System.Runtime.InteropServices._Attribute