Click or drag to resize

DBF.Compile Method

X#
Compile an expression.

Namespace:  XSharp.RDD
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Compile(
	sBlock AS STRING
) AS ICodeblock
Request Example View Source

Parameters

sBlock
Type: String
The expression to compile.

Return Value

Type: ICodeblock

Implements

Compile(String)
See Also