Method | Description | |
---|---|---|
Check ( ObjectName tableName, |
||
Check ( string constraintName, ObjectName tableName, |
||
ConstraintInfo ( ConstraintType constraintType, ObjectName tableName, string columnNames ) : System | ||
ConstraintInfo ( string constraintName, ConstraintType constraintType, ObjectName tableName, string columnNames ) : System | ||
ForeignKey ( ObjectName tableName, string columnName, ObjectName refTable, string refColumn ) : |
||
ForeignKey ( string constraintName, ObjectName tableName, string columnNames, ObjectName refTable, string refColumns ) : |
||
PrimaryKey ( ObjectName tableName ) : |
||
PrimaryKey ( string constraintName, ObjectName tableName ) : |
||
Unique ( ObjectName tableName ) : |
||
Unique ( string constraintName, ObjectName tableName, string columnNames ) : |
public static Check ( ObjectName tableName, |
||
tableName | ObjectName | |
expression | ||
return |
public static Check ( string constraintName, ObjectName tableName, |
||
constraintName | string | |
tableName | ObjectName | |
expression | ||
return |
public ConstraintInfo ( ConstraintType constraintType, ObjectName tableName, string columnNames ) : System | ||
constraintType | ConstraintType | |
tableName | ObjectName | |
columnNames | string | |
return | System |
public ConstraintInfo ( string constraintName, ConstraintType constraintType, ObjectName tableName, string columnNames ) : System | ||
constraintName | string | |
constraintType | ConstraintType | |
tableName | ObjectName | |
columnNames | string | |
return | System |
public static ForeignKey ( ObjectName tableName, string columnName, ObjectName refTable, string refColumn ) : |
||
tableName | ObjectName | |
columnName | string | |
refTable | ObjectName | |
refColumn | string | |
return |
public static ForeignKey ( string constraintName, ObjectName tableName, string columnNames, ObjectName refTable, string refColumns ) : |
||
constraintName | string | |
tableName | ObjectName | |
columnNames | string | |
refTable | ObjectName | |
refColumns | string | |
return |
public static PrimaryKey ( ObjectName tableName ) : |
||
tableName | ObjectName | |
return |
public static PrimaryKey ( string constraintName, ObjectName tableName ) : |
||
constraintName | string | |
tableName | ObjectName | |
return |
public static Unique ( ObjectName tableName ) : |
||
tableName | ObjectName | |
return |
public static Unique ( string constraintName, ObjectName tableName, string columnNames ) : |
||
constraintName | string | |
tableName | ObjectName | |
columnNames | string | |
return |