<% group # Basic CRUDL operations and stored procedures %> <% order # 201 %> SelectAll.cs <% ..\..\..\HowTo\DataAccess\SelectAll.cs %> DataAccessor.SelectAll method generates and executes the following SQL statement: <% sql # exec Person_SelectAll %> Person.cs <% ..\..\..\HowTo\DataAccess\Person.cs %> Gender.cs <% ..\..\..\HowTo\DataAccess\Gender.cs %> App.config <% Doc\Data\App.config %> Create.sql script