C# Class DotNetWorkQueue.Transport.SqlServer.Schema.Constraint

Represents a SQL server constraint
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Private Properties

Свойство Type Description
ConvertToString string

Méthodes publiques

Méthode Description
Clone ( ) : Constraint

Clones this instance.

Constraint ( ) : System.Collections.Generic

Initializes a new instance of the Constraint class.

Constraint ( string name, ContraintType type, List columns ) : System.Collections.Generic

Initializes a new instance of the Constraint class.

Constraint ( string name, ContraintType type, string column ) : System.Collections.Generic

Initializes a new instance of the Constraint class.

Script ( ) : string

Translates this constraint into a SQL script

Private Methods

Méthode Description
ConvertToString ( ContraintType type ) : string

Converts a constraint to a string

Method Details

Clone() public méthode

Clones this instance.
public Clone ( ) : Constraint
Résultat Constraint

Constraint() public méthode

Initializes a new instance of the Constraint class.
public Constraint ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Constraint() public méthode

Initializes a new instance of the Constraint class.
public Constraint ( string name, ContraintType type, List columns ) : System.Collections.Generic
name string The name.
type ContraintType The type.
columns List The columns.
Résultat System.Collections.Generic

Constraint() public méthode

Initializes a new instance of the Constraint class.
public Constraint ( string name, ContraintType type, string column ) : System.Collections.Generic
name string The name.
type ContraintType The type.
column string The column.
Résultat System.Collections.Generic

Script() public méthode

Translates this constraint into a SQL script
public Script ( ) : string
Résultat string