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