Property | Type | Description | |
---|---|---|---|
_revertInProcess | bool | ||
changedFields | HashSet |
||
commitInProcess | bool | ||
commitNeeded | bool |
Method | Description | |
---|---|---|
AfterCommit ( ) : void | ||
AfterDelete ( ) : void | ||
BeforeCommit ( ) : void | ||
BeforeDelete ( ) : void | ||
Clear ( ) : void | ||
Commit ( ) : void | ||
CompareTo ( object obj ) : int | ||
Copy ( |
||
CopyUpdatableValues ( |
||
DatabaseTable ( ) : System | ||
Delete ( ) : void | ||
GetHashCode ( ) : int | ||
GetTableName ( ) : string | ||
IsFullyPopulated ( ) : bool |
Returns true if all auto-updatable fields for this object are populated.
|
|
LoadByRow ( SQLite.NET.SQLiteResultSet row ) : void | ||
ProtectExistingValuesFromCopy ( bool protect ) : void | ||
Revert ( ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
FieldChanged ( DBField field ) : void | ||
FieldChanged ( string fieldName ) : void | ||
commitNeededEventHandler ( object sender, |
public CopyUpdatableValues ( |
||
newData | ||
return | void |
protected FieldChanged ( DBField field ) : void | ||
field | DBField | |
return | void |
protected FieldChanged ( string fieldName ) : void | ||
fieldName | string | |
return | void |
public LoadByRow ( SQLite.NET.SQLiteResultSet row ) : void | ||
row | SQLite.NET.SQLiteResultSet | |
return | void |
public ProtectExistingValuesFromCopy ( bool protect ) : void | ||
protect | bool | |
return | void |
protected commitNeededEventHandler ( object sender, |
||
sender | object | |
e | ||
return | void |