1#pragma warning disable 1591
15 using System.Data.Linq.Mapping;
17 using System.Collections.Generic;
18 using System.Reflection;
20 using System.Linq.Expressions;
21 using System.ComponentModel;
25 [global::System.Data.Linq.Mapping.DatabaseAttribute(Name=
"DataPortalTestDatabase")]
29 private static System.Data.Linq.Mapping.MappingSource mappingSource =
new AttributeMappingSource();
31 #region Extensibility Method Definitions
32 partial
void OnCreated();
36 base(global::
Csla.Test.Properties.Settings.Default.DataPortalTestDatabaseConnectionString, mappingSource)
42 base(connection, mappingSource)
48 base(connection, mappingSource)
54 base(connection, mappingSource)
60 base(connection, mappingSource)
69 return this.GetTable<Table1>();
74 [global::System.Data.Linq.Mapping.TableAttribute(Name=
"dbo.Table1")]
80 private System.Nullable<System.DateTime> _Date;
82 private System.Nullable<
int> _Age;
88 [global::System.Data.Linq.Mapping.ColumnAttribute(Storage=
"_Name", DbType=
"VarChar(50)")]
97 if ((this._Name != value))
104 [global::System.Data.Linq.Mapping.ColumnAttribute(Storage=
"_Date", DbType=
"DateTime")]
105 public System.Nullable<System.DateTime>
Date
113 if ((this._Date != value))
120 [global::System.Data.Linq.Mapping.ColumnAttribute(Storage=
"_Age", DbType=
"Int")]
121 public System.Nullable<
int>
Age
129 if ((this._Age != value))
137#pragma warning restore 1591
System.Nullable< System.DateTime > Date
System.Nullable< int > Age
System.Data.Linq.Table< Table1 > Table1s
TestLinqToSqlContextDataContext()
TestLinqToSqlContextDataContext(string connection)
TestLinqToSqlContextDataContext(string connection, System.Data.Linq.Mapping.MappingSource mappingSource)
TestLinqToSqlContextDataContext(System.Data.IDbConnection connection, System.Data.Linq.Mapping.MappingSource mappingSource)
TestLinqToSqlContextDataContext(System.Data.IDbConnection connection)