C# Class JPB.DataAccess.Helper.LocalDb.PrimaryKeyProvider.LocalDbIntPkProvider

Inheritance: ILocalDbPrimaryKeyConstraint
Afficher le fichier Open project: JPVenson/DataAccess

Méthodes publiques

Méthode Description
Clone ( ) : ILocalDbPrimaryKeyConstraint
Equals ( object x, object y ) : bool
GetHashCode ( object obj ) : int
GetNextValue ( ) : object
GetUninitilized ( ) : object
LocalDbIntPkProvider ( ) : System

Default primary key generation starts with 1 incriments by 1

LocalDbIntPkProvider ( int seed, int incriment ) : System
UpdateIndex ( long index ) : void

Method Details

Clone() public méthode

public Clone ( ) : ILocalDbPrimaryKeyConstraint
Résultat ILocalDbPrimaryKeyConstraint

Equals() public méthode

public Equals ( object x, object y ) : bool
x object
y object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( object obj ) : int
obj object
Résultat int

GetNextValue() public méthode

public GetNextValue ( ) : object
Résultat object

GetUninitilized() public méthode

public GetUninitilized ( ) : object
Résultat object

LocalDbIntPkProvider() public méthode

Default primary key generation starts with 1 incriments by 1
public LocalDbIntPkProvider ( ) : System
Résultat System

LocalDbIntPkProvider() public méthode

public LocalDbIntPkProvider ( int seed, int incriment ) : System
seed int
incriment int
Résultat System

UpdateIndex() public méthode

public UpdateIndex ( long index ) : void
index long
Résultat void