Click or drag to resize
DatabaseSelectDistinct Method
Overload List
  NameDescription
Public methodSelectDistinct(String, IEnumerableString, ActionQuery, IEnumerableString)
Select distinct data from a table. This is a short cut method that creates an update query and then uses the
query('select')
, distinct ,table, get, where and exec methods of the query.
Public methodSelectDistinct(String, IEnumerableString, ActionQuery, String)
Select distinct data from a table. This is a short cut method that creates an update query and then uses the
query('select')
, distinct ,table, get, where and exec methods of the query.
Public methodSelectDistinct(String, IEnumerableString, DictionaryString, Object, IEnumerableString)
Select distinct data from a table. This is a short cut method that creates an update query and then uses the
query('select')
, distinct ,table, get, where and exec methods of the query.
Top
See Also