Interface IFindOneCommand
Contract for find commands retrieving one entity based on a predicate.
Inherited Members
Namespace: Kephas.Data.Commands
Assembly: Kephas.Data.dll
Syntax
[AppServiceContract(AllowMultiple = true, MetadataAttributes = new Type[]{typeof(DataContextTypeAttribute)})]
public interface IFindOneCommand : IDataCommand<IFindOneContext, IFindResult>, IDataCommand, IAsyncOperation