DatabaseGetValidation Method |
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public ValidateDelegate GetValidation(
string name
)
Parameters
- name
- Type: SystemString
The name of the validation delegate to get.
Return Value
Type:
ValidateDelegatethe
ValidateDelegate for the given name, or null if it does not exist.
See Also