Name | Description | |
---|---|---|
![]() | HasErrors | Gets a value indicating whether the code query has been compiled successfully or not. |
![]() | KindOfCodeQueryExpression | Gets the kind of code query expression. |
![]() | KindOfCodeQuerySyntax | Gets the kind of code query syntax. |
![]() | OriginalQueryString | Gets the original code query string. |
![]() | QueryCompiledError | Gets this object casted as a IQueryCompiledError object if the code query hasn't been compiled successfully, else gets null. |
![]() | QueryCompiledSuccess | Gets this object casted as a IQueryCompiledSuccess object if the code query has been compiled successfully, else gets null. |