Share via


IQueryCondition.ParameterizeProperty(String, String) Method

Definition

Parameterizes a property of this query condition.

public:
 bool ParameterizeProperty(System::String ^ nameOfProperty, System::String ^ nameOfParameter);
public bool ParameterizeProperty (string nameOfProperty, string nameOfParameter);
abstract member ParameterizeProperty : string * string -> bool
Public 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 parameterization is successful; otherwise, false.

Applies to