<PackageReference Include="Relativity.Other" Version="9.6.112.108" />

Context

public class Context : BaseContext
public const string CANCELLATION_ERROR_MESSAGE = "Operation cancelled by user."

public const string CONNECTION_POOL_ERROR_MESSAGE = "Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached."

public const string QUERY_HINT_ERROR_MESSAGE = "Query processor could not produce a query plan because of the hints defined in this query. Resubmit the query without specifying any hints and without using SET FORCEPLAN."

public ILogGateway LogGateway { get; set; }

public Context()

public Context(ConnectionData connectionData)

public Context(string connectionString)

public Context(string server, string login, string password)

public Context(string server, string database, string login, string password)

public static bool InitializeLogProvider(Func<ILogGateway> provider)

public CommandBehavior CalculateCommandBehaviorForReader(IDbCommand command, bool sequentialAccess)