Click or drag to resize
IReferenceSearchCriteria Interface
Search criteria used when references are retrieved.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface IReferenceSearchCriteria

The IReferenceSearchCriteria type exposes the following members.

Properties
  NameDescription
Public propertyDataContext
Meta information about this data.
Public propertyLogicalOperator
Specify how search criteria should be logically combined when more than one search criteria is specified. Only logical operator And and Or are supported.
Public propertyNameSearchString
Search references based on names of references.
Public propertyTitleSearchString
Search references based on titles on references.
Public propertyYears
Search references based on years.
Top
See Also