QueryCondition.ParameterizeProperty(String, String) Method

Definition

Parameterizes the given property by using the given parameter name.

public:
 virtual bool ParameterizeProperty(System::String ^ nameOfProperty, System::String ^ nameOfParameter);
public virtual bool ParameterizeProperty (string nameOfProperty, string nameOfParameter);
abstract member ParameterizeProperty : string * string -> bool
override this.ParameterizeProperty : string * string -> bool
Public Overridable Function ParameterizeProperty (nameOfProperty As String, nameOfParameter As String) As Boolean

Parameters

nameOfProperty
String

The name of the property.

nameOfParameter
String

The name of the parameter.

Returns

true if the property was successfully parameterized; otherwise, false.

Implements

Applies to