Check if the id exists in the database.

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

Syntax

C#
public static bool Exists(
	Object id
)

Parameters

id
Object
The id to check on

Return Value

true if the ID exists; otherwise false.

See Also