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

Context

public class Context : BaseContext
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 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 CommandBehavior CalculateCommandBehaviorForReader(IDbCommand command, bool sequentialAccess)