QueryCriteria<T>.GetInvalidCriteriaElements Method

Definition

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

Retrieves the criteria elements that are not valid.

protected:
 virtual System::Collections::Generic::IList<System::String ^> ^ GetInvalidCriteriaElements();
protected virtual System.Collections.Generic.IList<string> GetInvalidCriteriaElements ();
abstract member GetInvalidCriteriaElements : unit -> System.Collections.Generic.IList<string>
override this.GetInvalidCriteriaElements : unit -> System.Collections.Generic.IList<string>
Protected Overridable Function GetInvalidCriteriaElements () As IList(Of String)

Returns

The criteria elements that are not valid.

Applies to