Interface IConstraint

Namespace: ETLBox
Assembly: ETLBox.dll
Syntax
    public interface IConstraint

Properties

ColumnNames

Declaration
    IList<string> ColumnNames { get; }
Property Value
TypeDescription
IList<string>

ConstraintName

Declaration
    string ConstraintName { get; }
Property Value
TypeDescription
string