RelationshipSchemaNameAttribute 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
RelationshipSchemaNameAttribute(String) |
Initializes a new instance of the RelationshipSchemaNameAttribute class |
RelationshipSchemaNameAttribute(String, EntityRole) |
Initializes a new instance of the RelationshipSchemaNameAttribute class |
RelationshipSchemaNameAttribute(String)
Initializes a new instance of the RelationshipSchemaNameAttribute class
public:
RelationshipSchemaNameAttribute(System::String ^ schemaName);
public RelationshipSchemaNameAttribute (string schemaName);
new Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute : string -> Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute
Public Sub New (schemaName As String)
Parameters
- schemaName
- String
The schema name for the entity relationship.
Applies to
RelationshipSchemaNameAttribute(String, EntityRole)
Initializes a new instance of the RelationshipSchemaNameAttribute class
public:
RelationshipSchemaNameAttribute(System::String ^ schemaName, Microsoft::Xrm::Sdk::EntityRole primaryEntityRole);
public RelationshipSchemaNameAttribute (string schemaName, Microsoft.Xrm.Sdk.EntityRole primaryEntityRole);
new Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute : string * Microsoft.Xrm.Sdk.EntityRole -> Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute
Public Sub New (schemaName As String, primaryEntityRole As EntityRole)
Parameters
- schemaName
- String
The schema name for the entity relationship.
- primaryEntityRole
- EntityRole
The entity role for the entity.