public BusinessEntity Retrieve(string entityName, Guid id, ColumnSetBase columnSet) { return(m_service.Retrieve(entityName, id, columnSet)); }
/** * 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 ) {
public BusinessEntity Retrieve( string entityName, Guid id, ColumnSetBase columnSet ) { return m_service.Retrieve( entityName, id, columnSet ); }
public BusinessEntity Retrieve(string entityName, Guid id, ColumnSetBase columnSet) { this.Validate(); return(this.CrmService.Retrieve(entityName, id, columnSet)); }