Aracılığıyla paylaş


DesignerDataRelationship Oluşturucu

Tanım

Belirtilen ad, üst sütun ve alt ilişki ile sınıfının yeni bir örneğini DesignerDataRelationship başlatır.

public:
 DesignerDataRelationship(System::String ^ name, System::Collections::ICollection ^ parentColumns, System::ComponentModel::Design::Data::DesignerDataTable ^ childTable, System::Collections::ICollection ^ childColumns);
public DesignerDataRelationship (string name, System.Collections.ICollection parentColumns, System.ComponentModel.Design.Data.DesignerDataTable childTable, System.Collections.ICollection childColumns);
new System.ComponentModel.Design.Data.DesignerDataRelationship : string * System.Collections.ICollection * System.ComponentModel.Design.Data.DesignerDataTable * System.Collections.ICollection -> System.ComponentModel.Design.Data.DesignerDataRelationship
Public Sub New (name As String, parentColumns As ICollection, childTable As DesignerDataTable, childColumns As ICollection)

Parametreler

name
String

İlişkinin adı.

parentColumns
ICollection

İlişkiyi tanımlayan üst tablodaki sütunlar.

childTable
DesignerDataTable

İlişkideki alt tablo.

childColumns
ICollection

Alt tablodaki ilişkiyi tanımlayan sütunlar.

Şunlara uygulanır