Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/09/10 19:11:54 (14 years ago)
Author:
jwolfing
Message:

#1196 added several Classes to DataAccess and DataTranfer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UserManagement/HeuristicLab.Services.Authentication.DataAccess/UserManagement.designer.cs

    r4584 r4588  
    182182        return this.GetTable<aspnet_WebEvent_Event>();
    183183      }
     184    }
     185   
     186    [global::System.Data.Linq.Mapping.FunctionAttribute(Name="dbo.aspnet_Users_DeleteUser")]
     187    public int aspnet_Users_DeleteUser([global::System.Data.Linq.Mapping.ParameterAttribute(Name="ApplicationName", DbType="NVarChar(256)")] string applicationName, [global::System.Data.Linq.Mapping.ParameterAttribute(Name="UserName", DbType="NVarChar(256)")] string userName, [global::System.Data.Linq.Mapping.ParameterAttribute(Name="TablesToDeleteFrom", DbType="Int")] System.Nullable<int> tablesToDeleteFrom, [global::System.Data.Linq.Mapping.ParameterAttribute(Name="NumTablesDeletedFrom", DbType="Int")] ref System.Nullable<int> numTablesDeletedFrom)
     188    {
     189      IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)(MethodInfo.GetCurrentMethod())), applicationName, userName, tablesToDeleteFrom, numTablesDeletedFrom);
     190      numTablesDeletedFrom = ((System.Nullable<int>)(result.GetParameterValue(3)));
     191      return ((int)(result.ReturnValue));
    184192    }
    185193  }
Note: See TracChangeset for help on using the changeset viewer.