Interface IContext
Base interface for a server method context argument
Namespace: Innovator.Server
Assembly: Innovator.Client.dll
Syntax
public interface IContext
Properties
| Improve this Doc View SourceConn
Connection to the database
Declaration
IServerConnection Conn { get; }
Property Value
Type | Description |
---|---|
IServerConnection |