Enum XDataQueryStructureExceptionType
Query structure exception types
Namespace: XData.Exceptions
Assembly: XData.docfx.dll
Syntax
public enum XDataQueryStructureExceptionType
Fields
Name | Description |
---|---|
AddTreeFilterError | Tree filter (START WITH) generation failed |
AddTreeLinkError | Tree link (CONNECT BY PRIOR) filter generation failed |
CallNonProcedureBasedStructureError | Call of non procedure based structure |
DictionaryTableHasComplexPrimaryKeyError | Dictionary table has complex primary key |
DictionaryTableHasNoPrimaryKeyError | Dictionary table has no primary key |
EmptyQueryError | Empty query text generated error |
FieldNotFoundError | Field not found |
FilterCombinationNotFoundError | Filter combination not found |
FindPropertyError | Property not found error |
GetParentStructureError | Parent structure type not found error |
HierarchyOnComplexPrimaryKeyTableError | Table with hierarchy has complex primary key |
HierarchyOnNoPrimaryKeyTableError | Table with hierarchy has no primary key |
IdPropertyNotFoundError | Id property not found |
InnerViewNotFoundError | No inner view found for alias |
LinkedPropertyNotFoundError | Linked property not found |
LinkToProcedureFoundError | SQL stored procedure can not be linked |
LinqExpressionCannotBeParsedError | LINQ expression can not be parsed |
LinqExpressionHasUnknownMethodError | LINQ expression contains unknown method error |
LinqExpressionHasUnsupportedMethodError | LINQ expression contains unsupported method |
LinqExpressionHasUnsupportedMethodParametersError | LINQ expression contains unsupported method parameter count error |
LinqExpressionHasUnsupportedTypeError | LINQ expression contains unsupported in this case expression type |
NoDataSourceMappingFoundError | Data source mapping not found |
NoElementsAtPositionError | Sequence contains no elements at position error |
NoElementsError | Sequence contains no elements error |
NoMappingFoundError | No mapping found for data object |
NoneBasedObjectHasTablesError | Can't build data object based on NONE table contains other tables error |
NoPropertyMappingFoundError | Property mapping not found |
NoSelectedFieldsFoundError | Selected fields list is empty error |
PropertyEnumValueNotFoundError | Property enum values not found |
PropertyNotFoundError | Property not found (or not mapped) |
ResultSetMappingExpressionError | SQL stored procedure / function result set expression mapping used |
ResultSetNotRegisteredError | Result set not registered |
RuntimeFilterUsedInsideDynamicQuery | Runtime filter used inside dynamic query |
SubqueryAliasDuplicatedError | Subquery alias duplicated |
SubqueryNotFoundError | No subquery found for alias |
TableNotFoundError | Table source not found |
WrongDataSourceTypeError | Wrong data source type used |
WrongLoadChildPropertyTypeError | Serialize child repository wrong target property type |