ODAC

TOraNestedTable.Table Property

Used to assign nested table data to TOraNestedTable.

Class

TOraNestedTable

Syntax

property Table: TOraNestTable;

Remarks

Use the Table property to assign nested table data to TOraNestedTable. After assigning you can call the Open method to browse the nested table data.

Example

OraNestedTable1.Table := OraSQL1.ParamByName('Content').AsTable;
OraNestedTable1.Open; 

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback