Aracılığıyla paylaş


Relationship Constructors

Definition

Overloads

Relationship()

Initializes a new instance of the Relationship class.

Relationship(String)

Initializes a new instance of the Relationship class setting the schema name property.

Relationship()

Initializes a new instance of the Relationship class.

public:
 Relationship();
public Relationship ();
Public Sub New ()

Applies to

Relationship(String)

Initializes a new instance of the Relationship class setting the schema name property.

public:
 Relationship(System::String ^ schemaName);
public Relationship (string schemaName);
new Microsoft.Xrm.Sdk.Relationship : string -> Microsoft.Xrm.Sdk.Relationship
Public Sub New (schemaName As String)

Parameters

schemaName
String

The name of the relationship.

Applies to