Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BaseObject() Constructor

Creates a new instance of the BaseObject class.

Namespace: DevExpress.Persistent.BaseImpl

Assembly: DevExpress.Persistent.BaseImpl.v21.1.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