DataRelation Constructor
Supported by the .NET Compact Framework. |
Overloaded. Initializes a new instance of the DataRelation class. |
ChildColumns
Supported by the .NET Compact Framework. |
Gets the child DataColumn objects of this relation. |
ChildKeyConstraint
Supported by the .NET Compact Framework. |
Gets the ForeignKeyConstraint for the relation. |
ChildTable
Supported by the .NET Compact Framework. |
Gets the child table of this relation. |
DataSet
Supported by the .NET Compact Framework. |
Gets the DataSet to which the DataRelation belongs. |
ExtendedProperties
Supported by the .NET Compact Framework. |
Gets the collection that stores customized properties. |
Nested
Supported by the .NET Compact Framework. |
Gets or sets a value indicating whether DataRelation objects are nested. |
ParentColumns
Supported by the .NET Compact Framework. |
Gets an array of DataColumn objects that are the parent columns of this DataRelation. |
ParentKeyConstraint
Supported by the .NET Compact Framework. |
Gets the UniqueConstraint that ensures values in the parent column of a DataRelation are unique. |
ParentTable
Supported by the .NET Compact Framework. |
Gets the parent DataTable of this DataRelation. |
RelationName
Supported by the .NET Compact Framework. |
Gets or sets the name used to retrieve a DataRelation from the DataRelationCollection. |
Equals (inherited from Object)
Supported by the .NET Compact Framework. |
Overloaded. Determines whether two Object instances are equal. |
GetHashCode (inherited from Object)
Supported by the .NET Compact Framework. |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. |
Gets the Type of the current instance. |
ToString
Supported by the .NET Compact Framework. |
Overridden. Gets the RelationName, if one exists. |
CheckStateForProperty
Supported by the .NET Compact Framework. |
Ensures that the DataRelation is a valid object. |
Finalize (inherited from Object)
Supported by the .NET Compact Framework. |
Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. |
Creates a shallow copy of the current Object. |