Class PrimaryKeyConstraint
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 sealed class PrimaryKeyConstraint : Constraint, IConstraint
Constructors
PrimaryKeyConstraint()
Declaration
public PrimaryKeyConstraint()
PrimaryKeyConstraint(IList<String>)
Declaration
public PrimaryKeyConstraint(IList<string> columnNames)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.String> | columnNames |
PrimaryKeyConstraint(String)
Declaration
public PrimaryKeyConstraint(string columnName)
Parameters
Type | Name | Description |
---|---|---|
System.String | columnName |