PartyRelationshipsRepositoryFromDateAttribute Field |
Definition of the
FromDate data attribute
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static readonly ColumnDataAttribute<PartyRelationship, Nullable<DateTime>> FromDateAttribute
Public Shared ReadOnly FromDateAttribute As ColumnDataAttribute(Of PartyRelationship, Nullable(Of DateTime))
public:
static initonly ColumnDataAttribute<PartyRelationship^, Nullable<DateTime^>^>^ FromDateAttribute
static val FromDateAttribute: ColumnDataAttribute<PartyRelationship, Nullable<DateTime>>
Field Value
Type:
ColumnDataAttributePartyRelationship,
NullableDateTime
See Also