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 ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา