RowLookupScript<TRow> constructor
Initializes a new instance of the RowLookupScript class.
public RowLookupScript(ISqlConnections sqlConnections)
| parameter | description |
|---|---|
| sqlConnections | The SQL connections. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | sqlConnections is null. |
See Also
- interface ISqlConnections
- class RowLookupScript<TRow>