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