Click or drag to resize

DbScopeInfo.ForExpression Field

X#
A string representing the conditional for clause. A for condition is, essentially, a filter that hides rows for which the condition evaluates to FALSE. The string value is provided for storage, while the code block is provided as a parameter for the EvalBlock() method.

Namespace:  XSharp.RDD.Support
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 ForExpression AS STRING
Request Example View Source

Field Value

Type: String
See Also