Interface IServerSession
- Inherited Members
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
C#public interface IServerSession : IDisposable, IQueryableObject
- Extension Methods
Properties
DatabaseName
C#string DatabaseName { get; }
Property Value
Type | Description |
---|---|
string |
Server
C#Server Server { get; }
Property Value
Type | Description |
---|---|
Server |
ServerName
C#string ServerName { get; }
Property Value
Type | Description |
---|---|
string |
SessionID
C#string SessionID { get; }
Property Value
Type | Description |
---|---|
string |