Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ExceptWhenPredicate Delegate

This delegate is used for restricting access to a column

Namespace:  Tortuga.Chain.AuditRules
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public delegate bool ExceptWhenPredicate(
	Nullable<Object> userValue
)
Public Delegate Function ExceptWhenPredicate ( _
	userValue As Nullable(Of Object) _
) As Boolean
public delegate bool^ ExceptWhenPredicate(
	Nullable<Object^> userValue
)

Parameters

userValue
Type: Nullable<(Of <(<'Object>)>)>
The user value.

Return Value