[]
Sets the data source getter function for the specified database connection command.
bool SetDataSourceLocator(IDbConnection command, Action<LocateDataSourceArgs> func)
Type | Name | Description |
---|---|---|
IDbConnection | command | The database connection command that needs to be assigned a data source. |
Action<LocateDataSourceArgs> | func | The function which returns the data source for the command. |
Type | Description |
---|---|
bool |
|