BindFlag property: QueryExpression class
Description
This property specifies whether the expression contains a bind value, as Boolean value.
This property is mainly used while reading a query, to determine whether a Query Expression contains a bind value. It isn't necessary to set this value while saving a query to the database.
Values are:
| Value | Description |
|---|---|
|
False |
Expression doesn't have a bind value |
|
True |
Expression has a bind value |
This property is read/write.