12345678910111213141516171819202122232425262728 |
- using System;
- using System.Collections.Generic;
- using System.Text;
- using System.Data;
- using System.Data.Common;
- using System.Data.SqlClient;
- using Microsoft.Practices.EnterpriseLibrary.Data;
- using Befri.Query;
- using Befri.Goldhoo.Models;
- namespace Befri.Goldhoo.DataAccess
- {
-
-
-
-
-
- public partial class <%= Table.AliasName
- {
- public const string TABLENAME = "<%= Table.SchemaName %>.<%= Table.TableName %>";
-
- partial void OnInserting(<%= Table.AliasName
- {
- }
- }
- }
|