Skip to main content
.NET 6.0+

CreateCustomObjectSpaceProviderEventArgs(IDbConnection) Constructor

Initializes a new instance of the CreateCustomObjectSpaceProviderEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CreateCustomObjectSpaceProviderEventArgs(
    IDbConnection connection
)

Parameters

Name Type Description
connection IDbConnection

A IDbConnection object, specifying the connection type to be used by the Object Space Provider. This parameter’s value is assigned to the CreateCustomObjectSpaceProviderEventArgs.Connection property.

See Also