Searches and returns the first row.
Namespace: Castle.ActiveRecord
Assembly: Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0
Syntax
| C# |
|---|
public static T FindOne( params ICriterion[] criterias ) |
Parameters
- criterias
- array<ICriterion>[]()
The criterias.
Return Value
A instance the targetType or null
See Also
Castle.ActiveRecord Namespace