TcxFieldName Type
Stores the name of a field in a dataset linked to the data-aware event persistence manager component.
Declaration
TcxFieldName = type System.string;
Referenced Class
Type |
---|
string |
Remarks
The data-aware event persistence manager’s TcxFieldName properties are designed to map specific properties (settings) of in-memory event and resource representations to the corresponding fields in the underlying dataset that actually store these settings.
Refer to the persistence manager’s Resources and FieldNames property set descriptions for information on mapping user event and resource settings to specific fields in an underlying dataset.
See Also