TAstaProvider.ParamsSupport
TAstaProviders require a TDataSet be attached to it. If that TDataSet has a Params property that is type TParams, these params will be automatically streamed back to TAstaClientDataSets and be populated from the client before the provider's TDataSet is opened.
In order to support all the unknown Params that are used on third party TDataSet descendents, the TAstaServerSocket has two methods that require coding in order to achieve transparent and complete Param support for the TAstaClientDataSet.