Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/21/12 18:21:03 (12 years ago)
Author:
ascheibe
Message:

#1854 fixed compatibility issue with 3.3.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.Hive.DataAccess/3.3/HiveDataContext.designer.cs

    r7857 r7862  
    33// <auto-generated>
    44//     This code was generated by a tool.
    5 //     Runtime Version:4.0.30319.269
     5//     Runtime Version:4.0.30319.544
    66//
    77//     Changes to this file may cause incorrect behavior and will be lost if
     
    11791179    private double _CpuUtilization;
    11801180   
    1181     private bool _IsDisposable;
     1181    private System.Nullable<bool> _IsDisposable;
    11821182   
    11831183    #region Extensibility Method Definitions
     
    12091209    partial void OnCpuUtilizationChanging(double value);
    12101210    partial void OnCpuUtilizationChanged();
    1211     partial void OnIsDisposableChanging(bool value);
     1211    partial void OnIsDisposableChanging(System.Nullable<bool> value);
    12121212    partial void OnIsDisposableChanged();
    12131213    #endregion
     
    14591459   
    14601460    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsDisposable", DbType="Bit")]
    1461     public bool IsDisposable
     1461    public System.Nullable<bool> IsDisposable
    14621462    {
    14631463      get
Note: See TracChangeset for help on using the changeset viewer.