CrmEntity.SetRelatedEntities<TEntity> Method (String, String, IEnumerable<TEntity>)
Applies To: Dynamics CRM 2015
Sets the collection of related entity instances for the specified relationship.
Namespace: Microsoft.Xrm.Client
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
protected virtual void SetRelatedEntities<TEntity>(
string propertyName,
string relationshipSchemaName,
IEnumerable<TEntity> entities
)
where TEntity : Entity
protected:
generic<typename TEntity>
where TEntity : Entity
virtual void SetRelatedEntities(
String^ propertyName,
String^ relationshipSchemaName,
IEnumerable<TEntity>^ entities
)
abstract SetRelatedEntities<'TEntity when 'TEntity : Entity> :
propertyName:string *
relationshipSchemaName:string *
entities:IEnumerable<'TEntity> -> unit
override SetRelatedEntities<'TEntity when 'TEntity : Entity> :
propertyName:string *
relationshipSchemaName:string *
entities:IEnumerable<'TEntity> -> unit
Protected Overridable Sub SetRelatedEntities(Of TEntity As Entity) (
propertyName As String,
relationshipSchemaName As String,
entities As IEnumerable(Of TEntity)
)
Parameters
propertyName
Type: System.StringType: String. The name of the property.
relationshipSchemaName
Type: System.StringType: String. The schema name of the relationship.
entities
Type: System.Collections.Generic.IEnumerable<TEntity>Type: IEnumerable<TEntity>. The set of entities to be related.
Type Parameters
- TEntity
Type: Entity. The entity to which the entities are to be related.
See Also
SetRelatedEntities Overload
CrmEntity Class
Microsoft.Xrm.Client Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright