TAstaParamItem
Applies to
TAstaParamList
Unit
AstaParamList
Description
A TAstaParamList is similar to the TParams property in the Delphi TQuery, except that they can be
streamed across the internet and can contain any type of data including binary, other ParamLists and even
datasets.. Each Param member is of type TAstaParamItem
which has the following properties:
Name: string;
ParamType: TAstaParamType;
DataType: TFieldType;
Null: Boolean;
Size: Integer;