RowLookupScript<TRow> constructor
namespace: Serenity.Web assembly: Serenity.Net.Web
Creates a new instance of the class
public RowLookupScript(ISqlConnections sqlConnections)
| parameter | description |
|---|---|
| sqlConnections | Sql connections |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | Connections is null |
See Also
- interface ISqlConnections
- class RowLookupScript<TRow>