Ejemplo n.º 1
0
 /// <summary>
 /// Get lk_adoxio_ldborder_modifiedonbehalfby from systemusers
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='ownerid'>
 /// key: ownerid of systemuser
 /// </param>
 /// <param name='adoxioLdborderid'>
 /// key: adoxio_ldborderid of adoxio_ldborder
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMadoxioLdborder ModifiedonbehalfbyByKey(this ILkadoxioldbordermodifiedonbehalfby operations, string ownerid, string adoxioLdborderid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.ModifiedonbehalfbyByKeyAsync(ownerid, adoxioLdborderid, select, expand).GetAwaiter().GetResult());
 }