| Member | Description |
|---|---|
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 void SetCurrentRow( DataRow currentRow, DataRow currentTargetRow, string textFieldName ); |
Text |
Returns the name of the linked item. |