MssqlCursorMismatchException class
Raised when a cursor is applied to a different query than issued it.
Wrong ordering, a different tenant scope, or a token from another package version would otherwise walk a keyset against the wrong rows.
- Inheritance
-
- Object
- MssqlOrmException
- MssqlCursorMismatchException
Constructors
- MssqlCursorMismatchException(String reason)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited