8 references to Enabled
System.Data (8)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (4)
155
return (_columnEncryptionSetting == SqlCommandColumnEncryptionSetting.
Enabled
3293
Debug.Assert(_columnEncryptionSetting == SqlCommandColumnEncryptionSetting.
Enabled
4812
|| (ColumnEncryptionSetting == SqlCommandColumnEncryptionSetting.
Enabled
|| ColumnEncryptionSetting == SqlCommandColumnEncryptionSetting.ResultSetOnly))
5203
TdsParser.GetNullSqlValue(buff, rec, SqlCommandColumnEncryptionSetting.
Enabled
, parser.Connection);
fx\src\data\System\Data\SqlClient\TdsParser.cs (4)
3639
if ((columnEncryptionSetting == SqlCommandColumnEncryptionSetting.
Enabled
||
4765
case SqlCommandColumnEncryptionSetting.
Enabled
:
5344
&& ((columnEncryptionOverride == SqlCommandColumnEncryptionSetting.
Enabled
8138
!(cmd.ColumnEncryptionSetting == SqlCommandColumnEncryptionSetting.
Enabled
||