Click or drag to resize
ConnectionExtensionsItemByQuery Method
Overload List
  NameDescription
Public methodStatic memberItemByQuery(IConnection, Command)
Get a single item from the database using the specified query. If the result is not a single item, an exception will be thrown
Public methodStatic memberItemByQuery(IConnection, Command, Boolean)
Get a single item from the database using the specified query asynchronously. If the result is not a single item, an exception will be thrown
Top
See Also