用这个RetrieveEntityRequest 得到实体的名称然后再去找
用RetrieveAttributeRequest 去找属性值
RetrieveEntityRequest retrieveBankAccountEntityRequest = new RetrieveEntityRequest
{
EntityFilters = EntityFilters.Entity,
LogicalName = _customEntityName
};
RetrieveEntityResponse retrieveBankAccountEntityResponse = (RetrieveEntityResponse)_serviceProxy.Execute(retrieveBankAccountEntityRequest);
windows live Id :hellohongfu@hotmail.com