DataRelationCollection.AddCore(DataRelation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs verification on the table.
protected:
virtual void AddCore(System::Data::DataRelation ^ relation);
protected virtual void AddCore (System.Data.DataRelation relation);
abstract member AddCore : System.Data.DataRelation -> unit
override this.AddCore : System.Data.DataRelation -> unit
Protected Overridable Sub AddCore (relation As DataRelation)
Parameters
- relation
- DataRelation
The relation to check.
Exceptions
The relation is null.
The relation already belongs to this collection, or it belongs to another collection.
The collection already has a relation with the same name. (The comparison is not case sensitive.)
Applies to
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.