Table of Contents

Class ErrorHelper

Namespace
LinqToDB.Internal.Common
Assembly
linq2db.dll

This is internal API and is not intended for use by Linq To DB applications. It may change or be removed without further notice.

public static class ErrorHelper
Inheritance
ErrorHelper
Inherited Members

Fields

Error_Correlated_Subqueries

public const string Error_Correlated_Subqueries = "Provider does not support correlated subqueries."

Field Value

string

Error_Correlated_Subqueries_Level

public const string Error_Correlated_Subqueries_Level = "Provider does not support correlated subqueries in more than {0} level."

Field Value

string

Error_DistinctByRequiresOrderBy

public const string Error_DistinctByRequiresOrderBy = "DistinctBy requires at least one ordering key."

Field Value

string

Error_GroupGuard

public const string Error_GroupGuard = "You should explicitly specify selected fields for server-side GroupBy() call or add AsEnumerable() call before GroupBy() to perform client-side grouping.\r\nSet Configuration.Linq.GuardGrouping = false to disable this check.\r\nAdditionally this guard exception can be disabled by extension GroupBy(...).DisableGuard().\r\nNOTE! By disabling this guard you accept Eager Loading for grouping query."

Field Value

string

Error_Join_ParentReference_Condition

public const string Error_Join_ParentReference_Condition = "Provider does not support subqueries with JOIN which has reference to parent table in condition."

Field Value

string

Error_Join_Without_Condition

public const string Error_Join_Without_Condition = "Provider does not support JOIN without condition."

Field Value

string

Error_MutiTable_Insert

public const string Error_MutiTable_Insert = "Provider does not support multi-table insert."

Field Value

string

Error_OUTER_Joins

public const string Error_OUTER_Joins = "Provider does not support CROSS/OUTER/LATERAL joins."

Field Value

string

Error_OrderByRequiredForIndexing

public const string Error_OrderByRequiredForIndexing = "For retrieving index of row, specify OrderBy part."

Field Value

string

Error_OrderBy_in_Derived

public const string Error_OrderBy_in_Derived = "Provider does not support ORDER BY in derived table."

Field Value

string

Error_OrderBy_in_Subquery

public const string Error_OrderBy_in_Subquery = "Provider does not support ORDER BY in subquery."

Field Value

string

Error_RowNumber

public const string Error_RowNumber = "Provider does not support ROW_NUMBER function."

Field Value

string

Error_Skip_in_Subquery

public const string Error_Skip_in_Subquery = "Provider does not support Skip value in subquery."

Field Value

string

Error_SqlRow_in_Update

public const string Error_SqlRow_in_Update = "Provider does not support SqlRow on the left-hand side of an UPDATE SET."

Field Value

string

Error_SqlRow_in_Update_Value

public const string Error_SqlRow_in_Update_Value = "Provider does not support SqlRow literal on the right-hand side of an UPDATE SET."

Field Value

string

Error_Subquery_in_Column

public const string Error_Subquery_in_Column = "Provider does not support columns with subqueries."

Field Value

string

Error_Take_in_Correlated_Subquery

public const string Error_Take_in_Correlated_Subquery = "Provider does not support Take value in correlated subquery."

Field Value

string

Error_Take_in_Derived

public const string Error_Take_in_Derived = "Provider does not support Take value in derived table."

Field Value

string

Error_Take_in_Subquery

public const string Error_Take_in_Subquery = "Provider does not support Take value in subquery."

Field Value

string

Error_WindowFunctionsInSearchCondition

public const string Error_WindowFunctionsInSearchCondition = "Window functions cannot be used in search condition."

Field Value

string