寻找在 ObectDataSource UpdateMethod 中指定参数的快捷方式

发布于 2024-10-15 01:47:43 字数 466 浏览 0 评论 0原文

我在我的 asp.net C# 代码中使用 ObectDataSorce ,并通过 SelectMethod() 调用返回 List的方法。员工>

(我认为这对问题来说并不重要,但我正在 infragistics webdatagrid 中的 UI 中显示数据。)

我现在正在处理 UpdateMethod()

我尝试使用 EmployeeEmployee 作为该方法的输入参数,就像我在 SelectMethod() 中用作参数一样,但编译器正在查找 Employee 中的每个属性损坏out 作为单独的参数,即 String Fn、String Ln、String Address1 等。

是否有任何快捷方式可以执行此操作,而不是使用一长串参数创建方法?或者省略只读内容的参数?

I am using an ObectDataSorce in my asp.net C# code, with SelectMethod() that calls a method that returns List< Employee>.

(I don't think it matters to the question, but I am displaying the data in the UI in an infragistics webdatagrid.)

I am working on UpdateMethod() now.

I tried using Employee employee as the input parameter to the method, as I used as the parameter in the SelectMethod(), but the compiler is looking for each property in Employee broken out as a separate parameter, i.e. String Fn, String Ln, String Address1 , etc.

Any there any shortcuts for doing this rather than creating the method with a whole long list of parameters? Or leaving out the parameters for stuff that was readonly?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文