Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public enum OidInitializationMode

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.

Related API Members

The following properties accept/return OidInitializationMode values:

Remarks

These enumeration values are used to set the BaseObject.OidInitializationMode property.

See Also