Click or drag to resize
IConnection Methods

The IConnection type exposes the following members.

Methods
  NameDescription
Public methodCreateUploadCommand
Creates an upload request used for uploading files to the server
Public methodMapClientUrl
Expands a relative URL to a full URL
Public methodProcess
Calls a SOAP action asynchronously
Top
Extension Methods
  NameDescription
Public Extension MethodCode exampleApply
Get the result of executing the specified AML query
(Defined by ConnectionExtensions.)
Public Extension MethodApplySql
Get the result of executing the specified SQL query
(Defined by ConnectionExtensions.)
Public Extension MethodAsDb (Defined by ConnectionExtensions.)
Public Extension MethodItemById(String, String)Overloaded.
Retrieve an item based on its type and ID
(Defined by ConnectionExtensions.)
Public Extension MethodItemByIdT(String, String, FuncIReadOnlyItem, T)Overloaded.
Retrieve an item based on its type and ID and map it to an object
(Defined by ConnectionExtensions.)
Public Extension MethodItemByKeyedName
Retrieve an item based on its type and keyed name
(Defined by ConnectionExtensions.)
Public Extension MethodItemByQuery(Command)Overloaded.
Get a single item from the database using the specified query. If the result is not a single item, an exception will be thrown
(Defined by ConnectionExtensions.)
Public Extension MethodItemByQuery(Command, Boolean)Overloaded.
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
(Defined by ConnectionExtensions.)
Public Extension MethodLock (Defined by ConnectionExtensions.)
Public Extension MethodNextSequence (Defined by ConnectionExtensions.)
Public Extension MethodPromote (Defined by ConnectionExtensions.)
Public Extension MethodUnlock (Defined by ConnectionExtensions.)
Top
See Also