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

Represents an indentity 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.

Script ( ) : string

Translates this identity into a SQL script

Method Details

Clone() public méthode

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

Script() public méthode

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