IQueryCondition.ParameterizeProperty(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.