Interface IFindContextBase
Base contract for find commands.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Data.Commands
Assembly: Kephas.Data.dll
Syntax
public interface IFindContextBase : IDataOperationContext, IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Properties
| Improve this Doc View SourceEntityType
Gets the type of the entity.
Declaration
Type EntityType { get; }
Property Value
Type | Description |
---|---|
System.Type | The type of the entity. |
ThrowOnNotFound
Gets a value indicating whether to throw an exception if an entity is not found.
Declaration
bool ThrowOnNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|