Showing related tags and posts accross the entire site.
-
Hi all, Basic .NETTIERS question. If i need to exclude certain fields in an insert or update how do i go about doing this in nettiers. Do i have to write my own procedure and have it wrapped into the generated .nettiers api? An example of doing this may be, say CreatedDt would be populated on insert...
-
If I have an EntityName (tablename) as a string: 1) The EnitityFactory will seemingly create the Entity object at run time given the entity name. 2) But creating the Service Object is not clear. How does one get an Entities Service object at run time? 3) Can you create a TList object at runtime if you...