Method | Description | |
---|---|---|
AddConnection ( String connectionStringName, String connectionString ) : void |
Adds the specified connection string to the map of connection strings.
|
|
CreateTransaction ( ) : |
Creates a new TransactionManager instance from the current datasource.
|
|
LoadProvider ( |
Enables the DataRepository to programatically create and pass in a
|
|
LoadProvider ( |
Enables the DataRepository to programatically create and pass in a
|
Method | Description | |
---|---|---|
DataRepository ( ) : System | ||
GetDesignTimeConfig ( ) : |
||
LoadProviders ( ) : void |
Configuration based provider loading, will load the providers on first call.
|
public static AddConnection ( String connectionStringName, String connectionString ) : void | ||
connectionStringName | String | The connection string name. |
connectionString | String | The provider specific connection information. |
return | void |
public CreateTransaction ( ) : |
||
return |
public static LoadProvider ( |
||
provider | An instatiated NetTiersProvider. | |
return | void |
public static LoadProvider ( |
||
provider | An instatiated NetTiersProvider. | |
setAsDefault | bool | ability to set any valid provider as the default provider for the DataRepository. |
return | void |