Click or drag to resize

ObjectTransactionFindFirstOrDefault Method

Overload List
  NameDescription
Public methodFindFirstOrDefaultTObject(ExpressionFuncTObject, Boolean, FuncTObject, Boolean)
Searches through both committed and uncommitted objects for a single object, matching the predicate. Returns null if not found.
Public methodFindFirstOrDefault(Repository, ExpressionFuncDomainObject, Boolean)
Searches through both committed and uncommitted objects for a single object, matching the predicate. Returns null if not found. This variant
Public methodFindFirstOrDefaultTObject(Repository, ExpressionFuncTObject, Boolean, FuncTObject, Boolean)
Searches through both committed and uncommitted objects for a single object, matching the predicate. Returns null if not found. This overload could be used if the search requires type casting to intermediate object type.
Top
See Also