2 writes to ParamaterIsSqlType
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
8174param.ParamaterIsSqlType = isSqlVal; 8795param.ParamaterIsSqlType = isCLRType;
3 references to ParamaterIsSqlType
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (1)
751if (ParamaterIsSqlType) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
8172isSqlVal = param.ParamaterIsSqlType; // We have to forward the TYPE info, we need to know what type we are returning. Once we null the paramater we will no longer be able to distinguish what type were seeing. 8791bool isCLRType = param.ParamaterIsSqlType; // We have to forward the TYPE info, we need to know what type we are returning. Once we null the paramater we will no longer be able to distinguish what type were seeing.