RelationshipMetadataBase Constructors
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.
Overloads
RelationshipMetadataBase() |
Initializes a new instance of the RelationshipMetadataBase class |
RelationshipMetadataBase(RelationshipType) |
Initializes a new instance of the RelationshipMetadataBase class |
RelationshipMetadataBase()
Initializes a new instance of the RelationshipMetadataBase class
protected:
RelationshipMetadataBase();
protected RelationshipMetadataBase ();
Protected Sub New ()
Applies to
RelationshipMetadataBase(RelationshipType)
Initializes a new instance of the RelationshipMetadataBase class
protected:
RelationshipMetadataBase(Microsoft::Xrm::Sdk::Metadata::RelationshipType type);
protected RelationshipMetadataBase (Microsoft.Xrm.Sdk.Metadata.RelationshipType type);
new Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase : Microsoft.Xrm.Sdk.Metadata.RelationshipType -> Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase
Protected Sub New (type As RelationshipType)
Parameters
- type
- RelationshipType
The type of relationship.
Remarks
For internal use only.