RelationshipExtensions.ToSchemaName Method (Relationship, String)
Applies To: Dynamics CRM 2015
Converts a relationship into a relationship schema name.
Namespace: Microsoft.Xrm.Client
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static string ToSchemaName(
this Relationship relationship,
string separator = "."
)
public:
[ExtensionAttribute]
static String^ ToSchemaName(
Relationship^ relationship,
String^ separator = "."
)
static member ToSchemaName :
relationship:Relationship *
separator:string = "." -> string
<ExtensionAttribute>
Public Shared Function ToSchemaName (
relationship As Relationship,
separator As String
) As String
Parameters
relationship
Type: Microsoft.Xrm.Sdk.RelationshipType: Relationship. The relationship instance.
separator
Type: System.StringType: String.
Return Value
Type: System.String
Type: String
The schema name of the relationship.
See Also
RelationshipExtensions Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright