KeyClause DataWindow object property
Description
An expression to be used as the key clause when retrieving
the blob.
Controls
TableBlob controls
Syntax
PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.<span>tblobname</span>.KeyClause |
Describe and Modify argument:
|
1 |
"<span>tblobname</span>.KeyClause { = '<span> keyclause </span>' }" |
|
Parameter |
Description |
|---|---|
|
tblobname |
The name of the TableBlob for which you |
|
keyclause |
(exp) A string that |
Usage
In the painter
Select the control and set the value in the Properties view, Definition
tab, Key Clause option.
Examples
With the following setting, the value of key_col
will be put in col2 when the DataWindow server constructs the WHERE clause
for the SELECTBLOB statement:
|
1 |
dw1.Modify(blob_1.KeyClause='Key_col = :col2'") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest