Interface IFindOneContext
Interface for data operation contexts of the IFindOneCommand.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Data.Commands
Assembly: Kephas.Data.dll
Syntax
public interface IFindOneContext : IFindContextBase, IDataOperationContext, IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Properties
| Improve this Doc View SourceCriteria
Gets the criteria of the entity to find.
Declaration
Expression Criteria { get; }
Property Value
Type | Description |
---|---|
System.Linq.Expressions.Expression | The criteria of the entity to find. |