Esempio n. 1
0
 public BusinessEntity Retrieve(string entityName, Guid id, ColumnSetBase columnSet)
 {
     return(m_service.Retrieve(entityName, id, columnSet));
 }
Esempio n. 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 ) {
Esempio n. 3
0
 public BusinessEntity Retrieve( string entityName, Guid id, ColumnSetBase columnSet )
 {
     return m_service.Retrieve( entityName, id, columnSet );
 }
Esempio n. 4
0
 public BusinessEntity Retrieve(string entityName, Guid id, ColumnSetBase columnSet)
 {
     this.Validate();
     return(this.CrmService.Retrieve(entityName, id, columnSet));
 }