.NET Framework Class Library
DataRelation Constructor

Initializes a new instance of the DataRelation class.

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDataRelation(String, DataColumn, DataColumn)Initializes a new instance of the DataRelation class using the specified DataRelation name, and parent and child DataColumn objects.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDataRelation(String, array<DataColumn>[]()[], array<DataColumn>[]()[])Initializes a new instance of the DataRelation class using the specified DataRelation name and matched arrays of parent and child DataColumn objects.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDataRelation(String, DataColumn, DataColumn, Boolean)Initializes a new instance of the DataRelation class using the specified name, parent and child DataColumn objects, and a value that indicates whether to create constraints.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDataRelation(String, array<DataColumn>[]()[], array<DataColumn>[]()[], Boolean)Initializes a new instance of the DataRelation class using the specified name, matched arrays of parent and child DataColumn objects, and value that indicates whether to create constraints.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDataRelation(String, String, String, array<String>[]()[], array<String>[]()[], Boolean)This constructor is provided for design time support in the Visual Studio environment.
Public methodDataRelation(String, String, String, String, String, array<String>[]()[], array<String>[]()[], Boolean)This constructor is provided for design time support in the Visual Studio environment.
Top
See Also

Reference

Tags :


Page view tracker