Skip to content

DistinctValuesScript<TRow> constructor

Initializes a new instance of the DistinctValuesScript class.

public DistinctValuesScript(ISqlConnections connections, string propertyName)
parameter description
connections The SQL connections.
propertyName The property name.

Exceptions

exception condition
ArgumentNullException connections or propertyName is null.

See Also