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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.