OidInitializationMode Enum
Contains values specifying when a new GUID value is assigned to the BaseObject.Oid property.
Namespace: DevExpress.Persistent.BaseImpl
Assembly: DevExpress.Persistent.BaseImpl.Xpo.v24.1.dll
NuGet Package: DevExpress.Persistent.BaseImpl.Xpo
Declaration
Members
Name | Description |
---|---|
AfterConstruction
|
Specifies that a new GUID value is assigned to the BaseObject.Oid property in the AfterConstruction method override. |
OnSaving
|
Specifies that a new GUID value is assigned to the BaseObject.Oid property in the OnSaving method override. |
Remarks
These enumeration values are used to set the BaseObject.OidInitializationMode property.
See Also