Icon LoadColumns Method

procedure LoadColumns(const ColumnData: String)

Use this method to load the columns for a dataset from a JSON string parameter.

Please see the Web Server Administration API - Databases topic for more information on how the JSON string should be formatted.

Information The dataset must be closed or an exception will be raised when this method is called.
Image