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

Represents an identity property of a column
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : Identity

Clones this instance.

Identity ( int seed, int increment )

Initializes a new instance of the Identity class.

Script ( ) : string

Translates this identity into a SQL script

Method Details

Clone() public méthode

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

Identity() public méthode

Initializes a new instance of the Identity class.
public Identity ( int seed, int increment )
seed int The seed.
increment int The increment.

Script() public méthode

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