[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Specifies the criteria for the GetSecureData(SecureDataCriteria) method, limiting the objects returned by the method to those that meet the criteria.

The following tables list the members exposed by the SecureDataCriteria type.

Public Constructors

  Name Description
SecureDataCriteria Initializes a new instance of the SecureDataCriteria class.
Top

Public Fields

  Name Description
public fieldstatic Empty  Represents the empty query option. (inherited from QueryCriteria)
Top

Public Properties

  Name Description
public property Criteria  Gets the criteria of this query. (inherited from QueryCriteria)
public property CriteriaXml  Gets the XML parse tree representing the criteria. (inherited from QueryCriteria)
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  Overloaded. (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public methodstatic GetValidPropertyNames Gets a collection of the valid property names that can be used in the criteria expression.
public method IsValidPropertyName  (inherited from QueryCriteria)
public methodstatic ReferenceEquals  (inherited from Object)
public method ToString  Returns the criteria string. (inherited from QueryCriteria)
Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method GenerateDalCriteria  (inherited from QueryCriteria)
protected method GetInvalidCriteriaElements  Retrieves the invalid criteria elements. (inherited from QueryCriteria)
protected method IsValidXmlString  Checks whether the criteria is an XML string. (inherited from QueryCriteria)
protected method MemberwiseClone  (inherited from Object)
protected method ParseCriteria  Validates the criteria, maps the property names to column names, and adds the type ID context. (inherited from QueryCriteria)
protected method PropertyNameToColumnName  (inherited from QueryCriteria)
Top

See Also


Send comments about this topic to Microsoft.