3 references to GetCommandTextOrRpcName
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
4035
throw SQL.ParamEncryptionMetadataMissing(rpc.parameters[paramIdx].ParameterName, rpc.
GetCommandTextOrRpcName
());
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
8140
throw SQL.ParamInvalidForceColumnEncryptionSetting(param.ParameterName, rpcext.
GetCommandTextOrRpcName
());
8147
throw SQL.ParamUnExpectedEncryptionMetadata(param.ParameterName, rpcext.
GetCommandTextOrRpcName
());