Example #1
0
 public BusinessEntity Retrieve(string entityName, Guid id, ColumnSetBase columnSet)
 {
     return(m_service.Retrieve(entityName, id, columnSet));
 }
Example #2
0
		/**
		 * Select serves as the constructor and the start of the 
		 * chain. By Sql convention, accepts the projection list
		 */
#if CRM4
		public static CrmQuery Select( ColumnSetBase in_columns ) {
Example #3
0
 public BusinessEntity Retrieve( string entityName, Guid id, ColumnSetBase columnSet )
 {
     return m_service.Retrieve( entityName, id, columnSet );
 }
Example #4
0
 public BusinessEntity Retrieve(string entityName, Guid id, ColumnSetBase columnSet)
 {
     this.Validate();
     return(this.CrmService.Retrieve(entityName, id, columnSet));
 }