什么是C#中的ADO.Net中的DataRelation [英] what is DataRelation in ADO.Net in C#

查看:92
本文介绍了什么是C#中的ADO.Net中的DataRelation的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在C#中ADO.Net中的DataRelation是什么?

what is DataRelation in ADO.Net in C#?

推荐答案

为什么不使用MSDN?谷歌??

http://msdn.microsoft.com/es-es/library/system.data. datarelation.aspx [ ^ ]
Why don''t you use MSDN? google??

http://msdn.microsoft.com/es-es/library/system.data.datarelation.aspx[^]


DataRelation是一个类,表示数据库中两个表/视图之间的关系.它既不特定于C#,也不特定于ADO.Net.

如果您在Internet上搜索数据关系,将会得到很多很好的解释.
A DataRelation is a class representing a relationship between two tables/views in a database. It is not specific to C# nor to ADO.Net.

If you do an internet search for data relation you will get lots of excellent explanations.


我们实际上是使用DataRelation来指定DataSet中的DataTables.

搜索网络将为您提供进一步的帮助.
We actually use DataRelation to specify the relationship (parent - child relationship) of DataTables in our DataSet.

Searching the web will help you further.


这篇关于什么是C#中的ADO.Net中的DataRelation的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆