Class Constraint
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ETLBox.ControlFlow
Assembly: ETLBox.dll
Syntax
public abstract class Constraint : IConstraint
Constructors
Constraint()
Declaration
public Constraint()
Constraint(IList<String>)
Declaration
public Constraint(IList<string> columnNames)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.String> | columnNames |
Constraint(String)
Declaration
public Constraint(string columnName)
Parameters
Type | Name | Description |
---|---|---|
System.String | columnName |
Properties
ColumnNames
Declaration
public IList<string> ColumnNames { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
ConstraintName
Declaration
public string ConstraintName { get; set; }
Property Value
Type | Description |
---|---|
System.String |