DialectExpressionSelector constructor

namespace: Serenity.Data   assemblySerenity.Net.Services

Selects field expressions based on dialect

public DialectExpressionSelector(ISqlDialect dialect)
parameter description
dialect The dialect.

Exceptions

exception condition
ArgumentNullException dialect

Remarks

Initializes a new instance of the DialectExpressionSelector class.

See Also