Browse by Tags - CodeSmith Community
Welcome to the CodeSmith Community!

Browse by Tags

Related Posts
  • Forum Post: GetPaged By DeepLoad property vs View

    Hi, I need to getAll(paged) registries by a parent identifier. So i doubt about use a View or autogenerated entities with deepload This is my DataModel: MyTable IdMytable FK_IdTable1 Table1 IdTable1 FK_IdTable2 Table2 IdTable2 So in my case, i want to getAll(paged) MyTable registries filtering by IdTable2...
  • Forum Post: How to apply DeepLoad attribute on 'SourceDatabase' property in CodeBehind

    Hi, I declare my templates properties in a code behind file. I would like to take benefit of the performance gain introduced by the DeepLoad attribute. 1. Is there a property attribute for DeepLoad ? <DeepLoad()> _ <Category(CAT_GET_STARTED)> _ <Description("The source database for...
  • Forum Post: Re: Support for updatable views: What is the best method to use in cases where they would be needed?

    Hi Rhettc! In scenario A, you are talking about Parent Properties Exposed By Child Entities... I thought we wanted the inverse: Child Properties Exposed By Parent Entities. In my example, who is the parent for you, the Customer or the Country? You are also talking about extended properties. I am not...
  • Forum Post: Support for updatable views: What is the best method to use in cases where they would be needed?

    Hi! On the project I am working on, it happens quite often that I'll use a view or a DeepLoaded datasource to fill a GridView. Here is a very simple example. Let's say we have a Customers table containing customer information like there names and addresses. And let's say that in the address...
  • Forum Post: DeepLoad to T<List>

    I cannot seem to make the DeepLoad method return a TList. For example, if I run the following MatlTypeService srv = new MatlTypeService (); TList < MatlType > list = new TList < MatlType >(); list = srv.GetAll(); Eleven records are returned. But if I do it this way, zero records are returned...
  • Forum Post: ToString entity method calls Validate - causes StackOverflow

    I recently upgraded to version 749 of nettiers only to find some strange changes that cause StackOverflows to occur when entity ToString() method is called during a validation process. The new EntityInstanceBase.generated.cst template has a ToString override. In the override method there is a call to...
  • Forum Post: Filter datasource

    Hi i have database with these tables User { IdUser, Name , Surename, Username, Password } ProfesorData { IdUser, JMBG } AdministratorData { IdUser, JMBG } In form for administering profesors i have made fields required to insert new User and ProfesorData. Now problem is how to display a list of all Profesors...
Page 1 of 4 (80 items) 1234