| Member | Description |
|---|---|
IsFieldNull |
Returns whether or not that field's value is currently null/nothing public bool IsFieldNull( string fieldName ); |
Remove |
Removes the current item from the collection public void Remove(); |
SetCurrentRow |
Sets the datarow this entity represents public void SetCurrentRow( DataRow currentRow ); |
ID |
Primary key of the entity |
ItemState |
State (new, updated, deleted,...) of the current item. |
PK |
Primary key of the entity |
PKInteger |
Primary key of the entity |
PKString |
Primary key of the entity |
PrimaryKeyField |
Name of the primary key field |