C# Class Hardly.SqlRow

Inheritance: PersistentDataList
Afficher le fichier Open project: hardlydifficult/HardlyBot

Méthodes protégées

Méthode Description
LoadDataList ( ) : bool
SaveDataList ( bool lazySave ) : bool
Set ( uint valueIndex, object value ) : bool
SqlRow ( object values ) : System

Private Methods

Méthode Description
AddOrUpdateRow ( bool lazySave ) : bool
CheckIfAllNonNullableKeysAreDefined ( ) : bool
CheckIfAllPrimaryKeysAreDefined ( ) : bool
CheckIfMissingAutoIncrementingKey ( ) : bool
InsertAndGetAutoIncrementingKey ( bool lazySave ) : bool
RefreshColumnsByPrimaryKey ( ) : bool
RefreshColumnsByUniqueKey ( uint value ) : bool

Method Details

LoadDataList() protected méthode

protected LoadDataList ( ) : bool
Résultat bool

SaveDataList() protected méthode

protected SaveDataList ( bool lazySave ) : bool
lazySave bool
Résultat bool

Set() protected méthode

protected Set ( uint valueIndex, object value ) : bool
valueIndex uint
value object
Résultat bool

SqlRow() protected méthode

protected SqlRow ( object values ) : System
values object
Résultat System