Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Data.SqlClient/src/System/Data/SqlClient/SqlParameterHelper.cs')
-rw-r--r--src/System.Data.SqlClient/src/System/Data/SqlClient/SqlParameterHelper.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlParameterHelper.cs b/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlParameterHelper.cs
index 9431a021f4..7900e0d903 100644
--- a/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlParameterHelper.cs
+++ b/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlParameterHelper.cs
@@ -231,6 +231,8 @@ namespace System.Data.SqlClient
destination._sourceVersion = _sourceVersion;
destination._sourceColumnNullMapping = _sourceColumnNullMapping;
destination._isNullable = _isNullable;
+ destination._parameterName = _parameterName;
+ destination._isNull = _isNull;
}
}
}