projection
NHibernate Entity access through projection
I have this mapping file: \'class name=\"WebTools.Data.Common.IHObjekt, WebTools.Data\" table=\"IHObjekt\"\'[详细]
2023-01-20 12:11 分类:问答LINQ: Expression.Call(typeof(Queryable), "Select"
I\'m attempting to create a small \"automapper-esq\" utility that will take a LinqToSql entity and map it to a \"projection class\".[详细]
2023-01-19 22:42 分类:问答C#: Altering values for every item in an array
I\'m wondering if there is built-in .NET functionality to change each value in an array based on the result of a provided delegate.For example, if I had an array {1,2,3} and a delegate that returns th[详细]
2023-01-19 07:20 分类:问答drawing lines in 3D (DirectX)?
I\'m adding lines to my 3D world like we see in 3D studio max. To draw lines I\'m using a cylinder mesh and simply stretching/rotating it appropriately. That\'s all working fine but my problem is scal[详细]
2023-01-18 04:20 分类:问答simple OGNL projection required in struts2
I would like to create a really simpletag parameterized with a collections\' ids something like the following:[详细]
2023-01-18 02:39 分类:问答How do I change the Projection so it shows my object?
I have an 2D object (GL_QUAD) with size (W,H) and sitting at (-W*0.5, -H*0.5). I\'d rather not resize the object, because I need to be able to select points on that object relative to the texture. (i[详细]
2023-01-16 23:22 分类:问答Can I do a "Take(x)" on the "Include" entity in a Linq Query?
i\'ve got a really simple linq to entites statement :- var query = (from q in Users.Include(\"UserHistory\")[详细]
2023-01-16 14:05 分类:问答Simplest way to perform grouping/projection using Linq To Objects
I\'m getting data from the data layer that I need to transform in the middle tier using Linq To Objects (I don\'t control that tier of the application).I have to perform a grouping operation using mul[详细]
2023-01-16 12:38 分类:问答Radius of projected Sphere
i want to refine a previous question: How do i project a sphere onto the screen? (2) gives a simple solution:[详细]
2023-01-16 10:15 分类:问答How do I stop AutoMapper from making two identical SELECT statements with NHibernate?
I have an entity called Incident and a DTO called IncidentDTO. For now, IncidentDTO simply looks like this:[详细]
2023-01-16 10:07 分类:问答
加载中,请稍侯......