public MappingDefinition()
		{
			RoutingDefinition = new RoutingDefinition();
			All = new MappingAll();
			Source = new MappingSource();
			Analyzer = new MappingAnalyzer();
		}
 public ForumBlogsDataContext(System.Data.IDbConnection connection, MappingSource mappingSource) :
     base(connection, mappingSource)
 {
   OnCreated();
 }
Beispiel #3
0
 public EntityDataContext(IDbConnection connection, MappingSource mappingSource) : base(connection, mappingSource)
 {
 }
 public ZonesoftDataContext(string connection, MappingSource mappingSource) :
     base(connection, mappingSource)
 {
   OnCreated();
 }
 public MIRTUSZDataContext(string connection, MappingSource mappingSource) :
     base(connection, mappingSource)
 {
   OnCreated();
 }
 public MiscDataContext(MappingSource mappingSource) :
 base(GetConnectionString("BlizzpostDataContextConnectionString"), mappingSource)
 {
     OnCreated();
 }
 public PermissionDataContext(string connection, MappingSource mappingSource) :
     base(connection, mappingSource)
 {
   OnCreated();
 }
 public TrackerDataContext(string connection, MappingSource mappingSource) :
     base(connection, mappingSource)
 {
   OnCreated();
 }
 public ConfigurationContext(string fileOrServerOrConnection, MappingSource mapping) : base(fileOrServerOrConnection, mapping)
 {
 }
Beispiel #10
0
 void IActiveRecordConfiguration.MappingSource(MappingSource source)
 {
     mappingSourceBuilder = () => source;
 }
Beispiel #11
0
 public HeroesWebStatDataContext(IDbConnection connection, MappingSource mappingSource) : base(connection, mappingSource)
 {
 }
Beispiel #12
0
 public DataClasses1DataContext(System.Data.IDbConnection connection, MappingSource mappingSource) :
     base(connection, mappingSource)
 {
     OnCreated();
 }
Beispiel #13
0
 public DataClasses1DataContext(string connection, MappingSource mappingSource) :
     base(connection, mappingSource)
 {
     OnCreated();
 }
Beispiel #14
0
 public HeroesDataContext(string connection, MappingSource mappingSource) : base(connection, mappingSource)
 {
 }
 public ModellingDataContext(IDbConnection connection, MappingSource mappingSource)
     : base(connection, mappingSource)
 {
 }
 public ForumBlogsDataContext(string connection, MappingSource mappingSource) :
     base(connection, mappingSource)
 {
   OnCreated();
 }
 public BlizzpostDataContext(string connection, MappingSource mappingSource) :
     base(connection, mappingSource)
 {
   OnCreated();
 }
 public ConfigurationContext(IDbConnection connection, MappingSource mapping) : base(connection, mapping)
 {
 }
 public PermissionDataContext(MappingSource mappingSource) :
 base(GetConnectionString("MainDataContextConnectionString"), mappingSource)
 {
     OnCreated();
 }
Beispiel #20
0
 public TradeDBDataContext(IDbConnection connection, MappingSource mappingSource) : base(connection, mappingSource)
 {
 }
 public PermissionDataContext(System.Data.IDbConnection connection, MappingSource mappingSource) :
     base(connection, mappingSource)
 {
   OnCreated();
 }
 public RosterMysqlDataContext(MappingSource mappingSource)
     : base(GetConnectionString("RosterMysqlDataContextConnectionString"), mappingSource)
 {
     OnCreated();
 }
 public MIRTUSZDataContext(MappingSource mappingSource) :
 base(GetConnectionString("MIRTUSZDataContextConnectionString"), mappingSource)
 {
     OnCreated();
 }
 public RosterMysqlDataContext(string connection, MappingSource mappingSource)
     : base(connection, mappingSource)
 {
     OnCreated();
 }
 public ZonesoftDataContext(MappingSource mappingSource) :
 base(GetConnectionString("ZonesoftDataContextConnectionString"), mappingSource)
 {
     OnCreated();
 }
 public RosterMysqlDataContext(System.Data.IDbConnection connection, MappingSource mappingSource)
     : base(connection, mappingSource)
 {
     OnCreated();
 }
 public ZonesoftDataContext(System.Data.IDbConnection connection, MappingSource mappingSource) :
     base(connection, mappingSource)
 {
   OnCreated();
 }
 public GMUSettingsDataAccess(IDbConnection connection, MappingSource mappingSource) :
     base(connection, mappingSource)
 {
 }