Interface IConstraint

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

Properties

ColumnNames

Declaration
    IList<string> ColumnNames { get; }
Property Value
TypeDescription
System.Collections.Generic.IList<T><string>

ConstraintName

Declaration
    string ConstraintName { get; }
Property Value
TypeDescription
string