Overload List

  NameDescription
GetLimitString(SqlString, Boolean)
Add a LIMIT clause to the given SQL SELECT
(Inherited from Dialect.)
GetLimitString(SqlString, Int32, Int32)
Add a LIMIT (TOP) clause to the given SQL SELECT
(Overrides Dialect..::.GetLimitString(SqlString, Int32, Int32).)

See Also