BeforeLoadProviderCustomAssemblyEventArgs Properties
Provides data for the SqlDataSource.BeforeLoadProviderCustomAssembly and SqlDataSource.BeforeLoadProviderCustomAssemblyGlobal events.
Name | Description |
---|---|
Allow |
Specifies whether loading a Firebird provider custom assembly is allowed. |
Assembly |
Specifies the path to the requested Firebird provider assembly. |
See Also