Bind_Native_Expression - cDbQuery¶
Include: Use Db\cDbQuery.pkg
Adds a native expression to the query result.
Type: Procedure
Parameters¶
| Parameter | Type | Description |
|---|---|---|
sExpression |
String | Native expression. |
hTable |
DbTable | Table handle. |
Syntax¶
Procedure Bind_Native_Expression String sExpression DbTable hTable
Call¶
Send Bind_Native_Expression of hoObj "value" 0
Description¶
Adds a native expression to the query result.