A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.microsoft.com/en-us/dotnet/api/system.data.datarelationcollection below:

DataRelationCollection Class (System.Data) | Microsoft Learn

DataRelationCollection Class Definition
public ref class DataRelationCollection abstract : System::Data::InternalDataCollectionBase
public abstract class DataRelationCollection : System.Data.InternalDataCollectionBase
[System.Serializable]
public abstract class DataRelationCollection : System.Data.InternalDataCollectionBase
type DataRelationCollection = class
    inherit InternalDataCollectionBase
[<System.Serializable>]
type DataRelationCollection = class
    inherit InternalDataCollectionBase
Public MustInherit Class DataRelationCollection
Inherits InternalDataCollectionBase
Inheritance
Attributes

A DataRelationCollection object enables navigation between related parent/child DataTable objects.

You create a DataRelationCollection object by defining it as a property of either the DataSet or the DataTable, instead of by directly using a constructor. (Use the Relations property of the DataSet, or the ParentRelations property of the DataTable.)

To access the collection, use the Relations property of the DataSet object.

As soon as the collection exists you can manage the objects it contains by using methods such as Add, Clear, and Remove.

Constructors Properties Methods Add(DataColumn, DataColumn)

Creates a DataRelation with a specified parent and child column, and adds it to the collection.

Add(DataColumn[], DataColumn[])

Creates a DataRelation with the specified parent and child columns, and adds it to the collection.

Add(DataRelation)

Adds a DataRelation to the DataRelationCollection.

Add(String, DataColumn, DataColumn, Boolean)

Creates a DataRelation with the specified name, parent and child columns, with optional constraints according to the value of the createConstraints parameter, and adds it to the collection.

Add(String, DataColumn, DataColumn)

Creates a DataRelation with the specified name, and parent and child columns, and adds it to the collection.

Add(String, DataColumn[], DataColumn[], Boolean)

Creates a DataRelation with the specified name, arrays of parent and child columns, and value specifying whether to create a constraint, and adds it to the collection.

Add(String, DataColumn[], DataColumn[])

Creates a DataRelation with the specified name and arrays of parent and child columns, and adds it to the collection.

AddCore(DataRelation)

Performs verification on the table.

AddRange(DataRelation[])

Copies the elements of the specified DataRelation array to the end of the collection.

CanRemove(DataRelation)

Verifies whether the specified DataRelation can be removed from the collection.

Clear()

Clears the collection of any relations.

Contains(String)

Verifies whether a DataRelation with the specific name (case insensitive) exists in the collection.

CopyTo(Array, Int32)

Copies all the elements of the current InternalDataCollectionBase to a one-dimensional Array, starting at the specified InternalDataCollectionBase index.

(Inherited from InternalDataCollectionBase) CopyTo(DataRelation[], Int32)

Copies the collection of DataRelation objects starting at the specified index.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object) GetDataSet()

This method supports the .NET infrastructure and is not intended to be used directly from your code.

GetEnumerator()

Gets an IEnumerator for the collection.

(Inherited from InternalDataCollectionBase) GetHashCode()

Serves as the default hash function.

(Inherited from Object) GetType()

Gets the Type of the current instance.

(Inherited from Object) IndexOf(DataRelation)

Gets the index of the specified DataRelation object.

IndexOf(String)

Gets the index of the DataRelation specified by name.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object) OnCollectionChanged(CollectionChangeEventArgs)

Raises the CollectionChanged event.

OnCollectionChanging(CollectionChangeEventArgs)

Raises the CollectionChanged event.

Remove(DataRelation)

Removes the specified relation from the collection.

Remove(String)

Removes the relation with the specified name from the collection.

RemoveAt(Int32)

Removes the relation at the specified index from the collection.

RemoveCore(DataRelation)

Performs a verification on the specified DataRelation object.

ToString()

Returns a string that represents the current object.

(Inherited from Object) Events Extension Methods Thread Safety

This type is safe for multithreaded read operations. You must synchronize any write operations.

See also

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4