Interface IFindCommand
Contract for find commands.
Inherited Members
Namespace: Kephas.Data.Commands
Assembly: Kephas.Data.dll
Syntax
[AppServiceContract(AllowMultiple = true, MetadataAttributes = new Type[]{typeof(DataContextTypeAttribute)})]
public interface IFindCommand : IDataCommand<IFindContext, IFindResult>, IDataCommand, IAsyncOperation