Table of Contents

Class ErrorHelper.Sybase

Namespace
LinqToDB.Internal.Common
Assembly
linq2db.dll
public static class ErrorHelper.Sybase
Inheritance
ErrorHelper.Sybase
Inherited Members

Fields

Error_DeleteWithSkip

public const string Error_DeleteWithSkip = "Feature not supported by database: DELETE statement with the Skip."

Field Value

string

Error_DeleteWithTopOrderBy

public const string Error_DeleteWithTopOrderBy = "Feature not supported by database: DELETE statement with the TOP + ORDER BY clause."

Field Value

string

Error_JoinToDerivedTableWithTakeInvalid

public const string Error_JoinToDerivedTableWithTakeInvalid = "Feature not supported by database: database has issue with JOIN to limited recordset."

Field Value

string

Error_UpdateWithSkip

public const string Error_UpdateWithSkip = "Feature not supported by database: UPDATE statement with the Skip."

Field Value

string

Error_UpdateWithTopOrderBy

public const string Error_UpdateWithTopOrderBy = "Feature not supported by database: UPDATE statement with the TOP + ORDER BY clause."

Field Value

string