Interface IFindResult
Interface for the find result.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Data.Commands
Assembly: Kephas.Data.dll
Syntax
public interface IFindResult : IDataCommandResult, IExpando, IDynamicMetaObjectProvider, IIndexable
Properties
| Improve this Doc View SourceEntity
Gets the found entity or null
if no entity could be found.
Declaration
object Entity { get; }
Property Value
Type | Description |
---|---|
System.Object | The found entity. |