You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
objectvalue=GetValueFromSourceRow(col,outisSqlType,outisDataFeed,outisNull);//this will return Task/null in future: as rTask
Does that mean every value read and write by SqlBulkCopy will always be boxed? I will need to implement a custom IDataReader for SqlBulkCopy, will SqlBulkCopy respect the strongly typed GetInt16/GetInt32/... implementation?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
From source code:
SqlClient/src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlBulkCopy.cs
Line 2252 in 1c0f397
Does that mean every value read and write by
SqlBulkCopywill always be boxed? I will need to implement a customIDataReaderforSqlBulkCopy, willSqlBulkCopyrespect the strongly typedGetInt16/GetInt32/... implementation?Beta Was this translation helpful? Give feedback.
All reactions