Skip to content

SqlInsert.Dialect method

Sets the dialect (SQL server type / version) for query.

public SqlInsert Dialect(ISqlDialect dialect)
parameter description
dialect The dialect to use.

Return Value

The SqlInsert object itself.

Exceptions

exception condition
ArgumentNullException dialect is null.

See Also