Finds an object instance by an unique ID

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

Syntax

C#
public static T Find(
	Object id
)

Parameters

id
Object
ID value

Return Value

T

Exceptions

ExceptionCondition
ObjectNotFoundExceptionif the row is not found

See Also