C# Class Hardly.SqlRow

Inheritance: PersistentDataList
Datei anzeigen Open project: hardlydifficult/HardlyBot

Protected Methods

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

Private Methods

Method 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 method

protected LoadDataList ( ) : bool
return bool

SaveDataList() protected method

protected SaveDataList ( bool lazySave ) : bool
lazySave bool
return bool

Set() protected method

protected Set ( uint valueIndex, object value ) : bool
valueIndex uint
value object
return bool

SqlRow() protected method

protected SqlRow ( object values ) : System
values object
return System