Interface IIVFilter
Summary description for IIVFilter.
Namespace: ImageVault.Common.Data.Query
Assembly: ImageVault.Common.dll
Syntax
public interface IIVFilter
Properties
Skip
Get/Sets the Skip of the IIVFilter
Declaration
int Skip { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Bypasses a specified number of elements in a sequence and then returns the remaining elements. |
Take
Get/Sets the Take of the IIVFilter
Declaration
int Take { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Returns a specified number of contiguous elements from the start of a sequence. |