1 write to value
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (1)
1076
value
= new SqlBuffer();
9 references to value
System.Data (9)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (7)
5146
if (!rec.
value
.IsNull) {
5147
_prepareHandle = rec.
value
.Int32;
5177
if (!rec.
value
.IsNull) {
5183
byte[] unencryptedBytes = SqlSecurityUtility.DecryptWithKey(rec.
value
.ByteArray, rec.cipherMD, _activeConnection.DataSource);
5221
if (rec.
value
.IsNull)
5224
data = rec.
value
.ByteArray; //should work for both sql and non-sql values
5245
thisParam.SetSqlBuffer(rec.
value
);
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
3554
GetNullSqlValue(rec.
value
, rec, SqlCommandColumnEncryptionSetting.Disabled, _connHandler);
3559
if (!TryReadSqlValue(rec.
value
, rec, intlen, stateObj, SqlCommandColumnEncryptionSetting.Disabled, columnName:null /*Not used*/)) {