3 references to CreateParameterName
System.Data.Linq (3)
SqlClient\Query\SqlParameterizer.cs (3)
116
p = new SqlParameter(cp.ClrType, cp.SqlType, this.parameterizer.
CreateParameterName
(), cp.SourceExpression);
120
p = new SqlParameter(cp.ClrType, this.timeProviderType, this.parameterizer.
CreateParameterName
(), cp.SourceExpression);
291
SqlParameter p = new SqlParameter(cp.ClrType, cp.SqlType, this.parameterizer.
CreateParameterName
(), cp.SourceExpression);