Skip to main content
.NET 6.0+

BaseObject() Constructor

Creates a new instance of the BaseObject class.

Namespace: DevExpress.Persistent.BaseImpl

Assembly: DevExpress.Persistent.BaseImpl.Xpo.v23.2.dll

Declaration

public BaseObject()

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