Interface IConstraint
Namespace: ETLBox.ControlFlow
Assembly: ETLBox.dll
Syntax
public interface IConstraint
Properties
ColumnNames
Declaration
IList<string> ColumnNames { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<T><string> |
ConstraintName
Declaration
string ConstraintName { get; }
Property Value
Type | Description |
---|---|
string |