<% group # Basic CRUDL operations and stored procedures %> <% order # 200 %> SelectByKey.cs <% ..\..\..\HowTo\DataAccess\SelectByKey.cs %> DataAccessor.SelectByKet method generates and executes the following SQL statement: <% sql # exec Person_SelectByKey @id=1 %> Person.cs <% ..\..\..\HowTo\DataAccess\Person.cs %> Gender.cs <% ..\..\..\HowTo\DataAccess\Gender.cs %> App.config <% Doc\Data\App.config %> Create.sql script