CustomerProductsRepositoryToDateAttribute Field |
Definition of the
ToDate data attribute
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static readonly ColumnDataAttribute<CustomerProduct, Nullable<DateTime>> ToDateAttribute
Public Shared ReadOnly ToDateAttribute As ColumnDataAttribute(Of CustomerProduct, Nullable(Of DateTime))
public:
static initonly ColumnDataAttribute<CustomerProduct^, Nullable<DateTime^>^>^ ToDateAttribute
static val ToDateAttribute: ColumnDataAttribute<CustomerProduct, Nullable<DateTime>>
Field Value
Type:
ColumnDataAttributeCustomerProduct,
NullableDateTime
See Also