DesignerDataTable.CreateRelationships 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.
When overridden in a derived class, returns a collection of relationship objects.
protected:
abstract System::Collections::ICollection ^ CreateRelationships();
protected abstract System.Collections.ICollection CreateRelationships ();
abstract member CreateRelationships : unit -> System.Collections.ICollection
Protected MustOverride Function CreateRelationships () As ICollection
Returns
A collection of DesignerDataRelationship objects.
Remarks
The CreateRelationships method is called the first time the Relationships property is accessed, to populate the collection of data table relationships.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.