Skip to main content
.NET 6.0+

CreateCustomObjectSpaceProviderEventArgs Constructors

Represents arguments passed to the XafApplication.CreateCustomObjectSpaceProvider event.
Name Parameters Description
CreateCustomObjectSpaceProviderEventArgs(IDbConnection) connection Initializes a new instance of the CreateCustomObjectSpaceProviderEventArgs class.
CreateCustomObjectSpaceProviderEventArgs(String) connectionString Initializes a new instance of the CreateCustomObjectSpaceProviderEventArgs class.
See Also