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