Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/28/12 15:46:53 (12 years ago)
Author:
ascheibe
Message:

#1648 worked on user and client information singletons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ClientUserManagement/HeuristicLab.Services.Access.DataAccess/3.3/ClientManagement.dbml

    r6858 r7534  
    2121        <Column Name="ClientConfigurationId" Type="System.Guid" DbType="UniqueIdentifier" CanBeNull="true" />
    2222        <Column Name="CountryId" Type="System.Guid" DbType="UniqueIdentifier" CanBeNull="true" />
     23        <Column Name="PerformanceValue" Type="System.Double" DbType="real" CanBeNull="true" />
    2324        <Association Name="ClientType_Client" Member="ClientType" ThisKey="ClientTypeId" OtherKey="Id" Type="ClientType" IsForeignKey="true" />
    2425        <Association Name="OperatingSystem_Client" Member="OperatingSystem" ThisKey="OperatingSystemId" OtherKey="Id" Type="OperatingSystem" IsForeignKey="true" />
Note: See TracChangeset for help on using the changeset viewer.