DataRelation (System.Data.DataRelation)

Inherits: System.Object

Interfaces:

Derived Types: 0

Assembly: System.Data.dll

Represents a parent/child relationship between two DataTable objects.

VB.NET C#

C#

public class DataRelation
{
}

Articles

DataRow (Miembros de) (Sintaxis de Visual J#)

... public void CancelEdit (); public void ClearErrors (); public void Delete (); public void EndEdit (); public System.Data.DataRow[] GetChildRows ( System.Data.DataRelation relation ); ...

9Rays.Net Technical Support • View topic - Nested Grid Problem...

Dim relation As DataRelation = New System.Data.DataRelation("NumbersConnections", parentColumn, childColumn) And made colUniqueID and colID of the same integer type.

9Rays.Net Technical Support • View topic - Nested grid...

Dim relation As DataRelation = New System.Data.DataRelation(\"NumbersConnections\", parentColumn, childColumn) myDS.Relations.Add(relation)

MBR IT/.NET 247 : System.Data Namespace [Details]

System.Data.DataRelation: System.Data.DataRelationCollection: System.Data.DataRow ... Bespoke Software? Commission Matthew Baxter-Reynolds and his team for your next ...

MBR IT/.NET 247 : System.Data.DataRelation Class [Articles]

10 Tips for Great .NET Programming: .NET Magazine: I’ve compiled a list of 10 tips to make your .NET development more effective and productive. To help as many developers as ...

Mono Documentation

Mono Class Library : System.Data Namespace System.Data.DataRelation Class: Documentation for this section has not yet been entered. See Also: ...

Mono Documentation

The members of System.Data.DataRelation are listed below. See Also: Inherited members from System.Object [ ...

Data Binding in .NET / C# Windows Forms

System.Data.DataRelation relCustOrd; System.Data.DataColumn colMaster1; System.Data.DataColumn colDetail1; colMaster1 = ds.Tables["Customers"].Columns["CustomerID"

DataSet Class

... columns of the two tables. dc1 = ds.Tables("Suppliers").Columns("SupplierID") dc2 = ds.Tables("Products").Columns("SupplierID") dr = new System.Data.DataRelation ...

DataRelation Class (System.Data)

Represents a parent/child relationship between two DataTable objects. ... A DataRelation is used to relate two DataTable objects to each other through DataColumn objects.

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support