Mercurial > pub > bltoolkit
view Tools/DocGen/Content/Doc/DataAccess/NonUpdatable.htm @ 9:1e85f66cf767 default tip
update bltoolkit
author | nickolay |
---|---|
date | Thu, 05 Apr 2018 20:53:26 +0300 |
parents | f990fcb411a9 |
children |
line wrap: on
line source
<% group # SQL text generation control attributes %> <p class="j"> The <b>NonUpdatable</b> attribute indicates the field that should not be updated by <i>UPDATE</i> or <i>INSERT</i> SQL statements. </p> NonUpdatable.cs <% ..\..\..\HowTo\DataAccess\NonUpdatable.cs %> <i>DataAccessor.Insert</i> method generates and executes the following SQL statement: <% sql # INSERT INTO [Person] ( [MiddleName], [Gender], [LastName], [FirstName] ) VALUES ( @MiddleName, @Gender, @LastName, @FirstName ) %> App.config <% Doc\Data\App.config %> <a href="../Data/CreateSql.htm">Create.sql script</a>