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