Method | Description | |
---|---|---|
AfterPropertiesSet ( ) : void |
Validates that the provider name is specified. Invoked by an Spring.Objects.Factory.IObjectFactory after it has injected all of an object's dependencies. |
|
DbProviderFactoryObject ( ) : System |
Creates a new instance of the DbProviderFactoryObject class.
|
|
GetObject ( ) : object |
Return an instance of and IDbProvider as configured by this factory managed by this factory. |
Method | Description | |
---|---|---|
CreateProviderInstance ( ) : IDbProvider |
Create the actual provider instance as specified by this factory's configuration properties.
|
Method | Description | |
---|---|---|
ValidateProperties ( ) : void |
Validates the properties.
|
protected CreateProviderInstance ( ) : IDbProvider | ||
return | IDbProvider |