Enum XDataAdapterExceptionType
XData adapter exception types
Namespace: XData.Exceptions
Assembly: XData.docfx.dll
Syntax
public enum XDataAdapterExceptionType
Fields
Name | Description |
---|---|
AdapterClassNotFoundError | Adapter class not found |
AdapterConstructorFailedError | Adapter constructor failed |
ComplexPrimaryKeyNotSupportedError | Complex primary key is not supported in this case |
FunctionIsNotSupportedError | Function is not supported |
GetSqlSyntaxTemplateError | SQL syntax not provided by adapter error |
SqlBlockProceduralSyntaxNotSupportedError | SQL block procedural syntax is not supported |
SqlBuilderClassNotFoundError | Sql builder class not found |
SqlBuilderConstructorFailedError | Sql builder constructor failed |
SyntaxNotSupportedError | SQL syntax construction is not supported |
TypeNotSupportedError | Data type is not supported |