4 references to Scale
System.Data.Linq (4)
SqlClient\SqlTypeSystemProvider.cs (4)
981sParameter.Scale = (byte)sqlType.Scale; 996piScale.SetValue(parameter, Convert.ChangeType(sqlType.Scale, piScale.PropertyType, CultureInfo.InvariantCulture), null); 1337int s0 = sqlTypeA.Scale; 1339int s1 = sqlTypeB.Scale;