ReportDataV2.ID Property
Specifies the ReportDataV2 identifier.
Namespace: DevExpress.Persistent.BaseImpl.EF
Assembly: DevExpress.Persistent.BaseImpl.EF6.v24.1.dll
NuGet Package: DevExpress.Persistent.BaseImpl.EF6
Declaration
[Key]
[VisibleInDetailView(false)]
[VisibleInListView(false)]
[VisibleInLookupListView(false)]
public int ID { get; protected set; }
Property Value
Type |
---|
Int32 |
See Also