Click or drag to resize
AuthorizerReturnCode Enumeration
Authorizer return codes.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public enum AuthorizerReturnCode
Members
  Member nameValueDescription
Ok0 Authorize the action.
Deny1 Abort the SQL statement with an error.
Ignore2 Don't allow access, but don't generate an error.
See Also