Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/28/10 18:28:12 (14 years ago)
Author:
bfarka
Message:

made Database configable with app.config in the Persistence Project --> 2 different DBs can be configured (one for UnitTesting and a real one) (#1063)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Services.Authentication Prototype/Persistence/DataClasses.dbml

    r3968 r3970  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Database Class="DataClassesDataContext" xmlns="http://schemas.microsoft.com/linqtosql/dbml/2007">
     2<Database Class="DataClassesDataContext" Serialization="Unidirectional" xmlns="http://schemas.microsoft.com/linqtosql/dbml/2007">
    33  <Table Name="" Member="HeuristicLabUsers">
    44    <Type Name="HeuristicLabUser">
     
    1111      <Column Name="Email" Modifier="Virtual" Type="System.String" CanBeNull="false" />
    1212      <Column Name="Comment" Modifier="Virtual" Type="System.String" CanBeNull="false" />
    13       <Column Member="Locked" Type="System.Boolean" CanBeNull="false" />
     13      <Column Name="Locked" Type="System.Boolean" CanBeNull="false" />
    1414      <Association Name="HeuristicLabUser_HeuristicLabUserRole" Member="HeuristicLabUserRoles" Storage="_HeuristicLabUserRole" ThisKey="ID" OtherKey="HeuristicLabUserID" Type="HeuristicLabUserRole" />
    1515    </Type>
Note: See TracChangeset for help on using the changeset viewer.