Interface IIVQuery<TFilter>
Summary description for IIVQuery.
Namespace: ImageVault.Common.Data.Query
Assembly: ImageVault.Common.dll
Syntax
public interface IIVQuery<out TFilter>
where TFilter : IIVFilter
Type Parameters
Name | Description |
---|---|
TFilter |
Properties
Filter
Gets the Filter of the IIVQuery
Declaration
TFilter Filter { get; }
Property Value
Type | Description |
---|---|
TFilter |
IgnoreClientCache
Ignores the client cache for the current query
Declaration
bool IgnoreClientCache { get; }
Property Value
Type | Description |
---|---|
System.Boolean |