Skip to main content
.NET 6.0+

CreateCustomObjectSpaceProviderEventArgs(String) 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(
    string connectionString
)

Parameters

Name Type Description
connectionString String

A connection string to be used by the Object Space Provider’s data layer. This parameter’s value is assigned to the CreateCustomObjectSpaceProviderEventArgs.ConnectionString property.

See Also