Table of Contents

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

Type Description
string

Server

public Server Server { get; }

Property Value

Type Description
Server

ServerName

public string ServerName { get; }

Property Value

Type Description
string

SessionID

public string SessionID { get; }

Property Value

Type Description
string

Methods

Dispose()

public void Dispose()

ExecuteReader(string)

public IDataReader ExecuteReader(string statement)

Parameters

Type Name Description
string statement

Returns

Type Description
IDataReader