QueryCriteria<T>.IsValidPropertyName(String) Method

Definition

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

Determines whether the specified name is a valid property name.

public:
 virtual bool IsValidPropertyName(System::String ^ name);
public virtual bool IsValidPropertyName (string name);
abstract member IsValidPropertyName : string -> bool
override this.IsValidPropertyName : string -> bool
Public Overridable Function IsValidPropertyName (name As String) As Boolean

Parameters

name
String

The specified name.

Returns

true if the specified name is a valid property name; otherwise, false.

Applies to