Hi
I'm trying to find a good example using the ConverttoProjectors Method on a stored procedure. I can't seem to get it to work. Using Adapter, ASP.Net 2.0 , LLBL 2.5
Creating EntityPropertyProjector instances for all entity fields.
Sometimes you want to project all fields of a given entity and it can be cumbersome to create a lot of EntityPropertyProjector objects if your entity has a lot of fields. Instead, you can use the shortcut method on EntityFields2: EntityFields2.ConvertToProjectors( EntityFieldsFactory.CreateEntityFieldsObject(EntityType.entitynameEntity))
Can you help? I have been searching the docs but it looks like a "leate breaking" with 2.5
thanks!
Marty