Click or drag to resize
ConnectionExtensions Class
Inheritance Hierarchy
SystemObject
  Innovator.ClientConnectionExtensions

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public static class ConnectionExtensions

The ConnectionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleApply
Get the result of executing the specified AML query
Public methodStatic memberApplyAsync
Get the result of executing the specified AML query
Public methodStatic memberApplySql(IAsyncConnection, Command, Boolean)
Get the result of executing the specified SQL query
Public methodStatic memberApplySql(IConnection, Command, Object)
Get the result of executing the specified SQL query
Public methodStatic memberAsDb
Public methodStatic memberItemById(IConnection, String, String)
Retrieve an item based on its type and ID
Public methodStatic memberItemByIdT(IConnection, String, String, FuncIReadOnlyItem, T)
Retrieve an item based on its type and ID and map it to an object
Public methodStatic memberItemByKeyedName
Retrieve an item based on its type and keyed name
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
Public methodStatic memberLock
Public methodStatic memberNextSequence
Public methodStatic memberPromote
Public methodStatic memberUnlock
Top
See Also