change copyright info
This commit is contained in:
parent
c5f9f76d51
commit
d4c6e32822
2507 changed files with 23300 additions and 3052 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2014, Outercurve Foundation.
|
||||
// Copyright (c) 2015, Outercurve Foundation.
|
||||
// All rights reserved.
|
||||
//
|
||||
// Redistribution and use in source and binary forms, with or without modification,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2014, Outercurve Foundation.
|
||||
// Copyright (c) 2015, Outercurve Foundation.
|
||||
// All rights reserved.
|
||||
//
|
||||
// Redistribution and use in source and binary forms, with or without modification,
|
||||
|
@ -2235,4 +2235,4 @@ namespace WebsitePanel.Ecommerce.EnterpriseServer
|
|||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2014, Outercurve Foundation.
|
||||
// Copyright (c) 2015, Outercurve Foundation.
|
||||
// All rights reserved.
|
||||
//
|
||||
// Redistribution and use in source and binary forms, with or without modification,
|
||||
|
@ -837,8 +837,8 @@ namespace Microsoft.ApplicationBlocks.Data
|
|||
// Detach the SqlParameters from the command object, so they can be used again.
|
||||
// HACK: There is a problem here, the output parameter values are fletched
|
||||
// when the reader is closed, so if the parameters are detached from the command
|
||||
// then the SqlReader can´t set its values.
|
||||
// When this happen, the parameters can´t be used again in other command.
|
||||
// then the SqlReader can<EFBFBD>t set its values.
|
||||
// When this happen, the parameters can<EFBFBD>t be used again in other command.
|
||||
bool canClear = true;
|
||||
foreach(SqlParameter commandParameter in cmd.Parameters)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue