Method | Description | |
---|---|---|
LoadDataList ( ) : bool | ||
SaveDataList ( bool lazySave ) : bool | ||
Set ( uint valueIndex, object value ) : bool | ||
SqlRow ( object values ) : System |
Method | Description | |
---|---|---|
AddOrUpdateRow ( bool lazySave ) : bool | ||
CheckIfAllNonNullableKeysAreDefined ( ) : bool | ||
CheckIfAllPrimaryKeysAreDefined ( ) : bool | ||
CheckIfMissingAutoIncrementingKey ( ) : bool | ||
InsertAndGetAutoIncrementingKey ( bool lazySave ) : bool | ||
RefreshColumnsByPrimaryKey ( ) : bool | ||
RefreshColumnsByUniqueKey ( uint value ) : bool |
protected SaveDataList ( bool lazySave ) : bool | ||
lazySave | bool | |
return | bool |
protected Set ( uint valueIndex, object value ) : bool | ||
valueIndex | uint | |
value | object | |
return | bool |