3 references to AppendSqlInvariantFormat
System.Data.Entity (3)
System\Data\SqlClient\SqlProviderUtilities.cs (3)
381AppendSqlInvariantFormat("({0}, {1})", type.GetPrecision(), type.GetScale()); 386AppendSqlInvariantFormat("({0})", type.GetPrecision()); 394AppendSqlInvariantFormat("({0})", type.GetMaxLength());