4 references to ResultSetOnly
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
4812
|| (ColumnEncryptionSetting == SqlCommandColumnEncryptionSetting.Enabled || ColumnEncryptionSetting == SqlCommandColumnEncryptionSetting.
ResultSetOnly
))
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
3640
(columnEncryptionSetting == SqlCommandColumnEncryptionSetting.
ResultSetOnly
&& !isReturnValue)) ||
4767
case SqlCommandColumnEncryptionSetting.
ResultSetOnly
:
5345
|| columnEncryptionOverride == SqlCommandColumnEncryptionSetting.
ResultSetOnly
)