通过反射读取程序集中的属性
我在一个程序集中有一个自行生成的代码,其中某些行包含属性,我想知道如何检索它们?特别是当该类是视图对象并且不包含任何参数时,我们可以通过数据适配器并查找例如插入或更新参数来完成此操作。提前致谢
I have a self-generated code in one assembly which in some of the lines includes properties, I was wondering how can I retrieve them? Especially when that class is a view object and does not contain any parameters so we can do it by data adapter and finding for example insert or update parameter. Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
获取类型的属性:
获取类型:
从属性信息中获取和设置值:
Getting properties of type:
Getting types:
Getting and setting value from property info: