We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.Insert
.Update
.Delete
InvalidOperationException
Procedure
TableFunction
ScalarFunction
Procedure<TObject>(TObject value, OperationType operation)
TableFunction<TObject>(TObject value, OperationType operation)
ScalarFunction<TObject>(TObject value, OperationType operation)
GetDatabaseObjectFromClass<TObject>
See also #348
The text was updated successfully, but these errors were encountered:
This will also require a change to Anchor.
Sorry, something went wrong.
There isn't a clean way to do this.
No branches or pull requests
.Insert
,.Update
, or.Delete
and there is an override in place, then anInvalidOperationException
will be thrown.InvalidOperationException
will indicate which operation (Procedure
,TableFunction
, orScalarFunction
) that you should have used instead.Procedure<TObject>(TObject value, OperationType operation)
TableFunction<TObject>(TObject value, OperationType operation)
ScalarFunction<TObject>(TObject value, OperationType operation)
GetDatabaseObjectFromClass<TObject>
See also #348
The text was updated successfully, but these errors were encountered: