C# Class SchemaZen.Library.Models.Constraint

Inheritance: INameable, IScriptable
Afficher le fichier Open project: Zocdoc/schemazen Class Usage Examples

Méthodes publiques

Свойство Type Description
Clustered bool
Columns List
Filter string
IncludedColumns List
Table Table
Type string
Unique bool

Méthodes publiques

Méthode Description
Constraint ( string name, string type, string columns ) : System.Collections.Generic
CreateCheckedConstraint ( string name, bool isNotForReplication, string checkConstraintExpression ) : Constraint
ScriptCreate ( ) : string

Method Details

Constraint() public méthode

public Constraint ( string name, string type, string columns ) : System.Collections.Generic
name string
type string
columns string
Résultat System.Collections.Generic

CreateCheckedConstraint() public static méthode

public static CreateCheckedConstraint ( string name, bool isNotForReplication, string checkConstraintExpression ) : Constraint
name string
isNotForReplication bool
checkConstraintExpression string
Résultat Constraint

ScriptCreate() public méthode

public ScriptCreate ( ) : string
Résultat string

Property Details

Clustered public_oe property

public bool Clustered
Résultat bool

Columns public_oe property

public List Columns
Résultat List

Filter public_oe property

public string Filter
Résultat string

IncludedColumns public_oe property

public List IncludedColumns
Résultat List

Table public_oe property

public Table,SchemaZen.Library.Models Table
Résultat Table

Type public_oe property

public string Type
Résultat string

Unique public_oe property

public bool Unique
Résultat bool