Class StdBEDefCheckConstraint
Classe correspondente à definição de uma check constraint.
Implements
StdBE100.IStdBEDefCheckConstraint
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: StdBE100
Assembly: StdBE100.dll
Syntax
[ComVisible(true)]
[Guid("D891400C-313B-454D-A2D5-0022C397249B")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEDefCheckConstraint : StdBaseBE, IStdBEDefCheckConstraint
Constructors
StdBEDefCheckConstraint()
Declaration
public StdBEDefCheckConstraint()
Properties
NomeConstraint
Declaration
public string NomeConstraint { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NomeTabela
Declaration
public string NomeTabela { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Validacao
Declaration
public string Validacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
StdBE100.IStdBEDefCheckConstraint