Click or drag to resize

DatabaseGetValidation Method

Gets the ValidateDelegate for the given name, or null if it does not exist.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public ValidateDelegate GetValidation(
	string name
)

Parameters

name
Type: SystemString
The name of the validation delegate to get.

Return Value

Type: ValidateDelegate
the ValidateDelegate for the given name, or null if it does not exist.
See Also