BaseObject() Constructor
Creates a new instance of the BaseObject class.
Namespace: DevExpress.Persistent.BaseImpl
Assembly: DevExpress.Persistent.BaseImpl.Xpo.v24.2.dll
NuGet Package: DevExpress.Persistent.BaseImpl.Xpo
Declaration
Remarks
Generally, you do not need to use this constructor. To correctly instantiate a descendant of the BaseObject class, use the constructor which takes a session parameter.
See Also