Skip to main content

Is it required to pass all input properties to the List method in a smart object. When using Dynamic SQL, the List method takes all fields in the table as input and output properties.


Thanks

Do you mean the GetList method? or have you devised your own 'list' method.


If you've done either, you dont need any input parameters unless you wish to filter the list, as any input parameters will be used to filter the list to make sure each row in the returned rowset contains the input parameters.


Martin


Reply