Beyond the DataObjectAttribute?
I have marked my objects that can especially be used as ObjectDataSource with the DataObjectAttribute, so that only these classes will show up in visual studio in the objectdatasource configuration "checkbox: Show Only Data Components".
That works great, however for futher configuring my objectdatasource (maximumrowsparameter etc) i need to manually enter the correct parameter names. Are there other attributes i can add so Visual Studio will automatically assigns the correct parameter names?
With kind regards,
Ward Bekker

