Consider the following query: \"SELECT a.code as code,{locFrom.*} \" + \"FROM audit.auditlogrecord a \" +
consider these POCOs: class Foo { int Id {get;set;} string Name {get;set;} } class Bar { int Id {get;set;} string PropA {get;set;}
suppose in an entity there are attributes id, username, age, address. Now I just want id and username and I use this code for it.