Check if any instance matches the criteria.

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public static bool Exists(
	Type targetType,
	params ICriterion[] criterias
)

Parameters

targetType
Type

[Missing <param> documentation for "targetType"]

criterias
array<ICriterion>[]()

[Missing <param> documentation for "criterias"]

Return Value

true if an instance is found; otherwise false.

See Also