OidInitializationMode Enum
In This Article
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.2.dll
NuGet Package: DevExpress.Persistent.BaseImpl.Xpo
#Declaration
#Members
Name | Description |
---|---|
After
|
Specifies that a new GUID value is assigned to the Base |
On
|
Specifies that a new GUID value is assigned to the Base |
#Related API Members
The following properties accept/return OidInitializationMode values:
#Remarks
These enumeration values are used to set the BaseObject.OidInitializationMode property.
See Also