| Member | Description |
|---|---|
Constructor |
Constructor |
IsFieldNull |
Returns whether or not that field's value is currently null/nothing public bool IsFieldNull( string fieldName, XLinkItemAccessMode mode ); |
SetCurrentRow |
This overload memorizes the current target row, as well as the current actual row (default behavior) public virtual void SetCurrentRow( DataRow currentRow, DataRow currentTargetRow, string textFieldName ); |
ToString |
We provide a more meaningful "ToString" value. public virtual string ToString(); |
TargetFK |
Foreign key field that links to the target table. |
TargetFKInteger |
Foreign key field that links to the target table. |
TargetFKString |
Foreign key field that links to the target table. |
Text |
Returns the name of the linked item. |