TAstaDataset.MasterFields
Applies to
TAstaDataset
Declaration
property
MasterFields: string;
Description
The MasterFields property editor works just like the Delphi TTable MasterFields property editor except
that you can use any non-blob column in the detail table since ASTA uses filters or parameterized queries
and doesn't require an indexed column. When using the MasterFields property on an AstaClientDataset a
ParamterizedQuery must be used on the detail.
AstaclientDataSet MasterDetail Discussion