Finds an object instance by an unique ID. If the row is not found this method will not throw an exception.

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

Syntax

C#
public static T TryFind(
	Object id
)

Parameters

id
Object
ID value

Return Value

A T

See Also