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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.