Class ServerSession
- Inheritance
-
ServerSession
- Implements
-
- Inherited Members
-
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
public class ServerSession : IServerSession, IDisposable, IQueryableObject
- Extension Methods
-
Properties
DatabaseName
public string DatabaseName { get; }
Property Value
Server
public Server Server { get; }
Property Value
ServerName
public string ServerName { get; }
Property Value
SessionID
public string SessionID { get; }
Property Value
Methods
Dispose()
ExecuteReader(string)
public IDataReader ExecuteReader(string statement)
Parameters
Type |
Name |
Description |
string |
statement |
|
Returns