Skip to content

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