1 override of IsNumeric
System.Data.Linq (1)
SqlClient\SqlTypeSystemProvider.cs (1)
607
internal override bool
IsNumeric
{
2 references to IsNumeric
System.Data.Linq (2)
SqlClient\Query\SqlTypeConverter.cs (2)
86
if (oldSqlType.
IsNumeric
) {
99
} else if (oldClrType == typeof(char) && (oldSqlType.IsChar || oldSqlType.IsString) && newSqlType.
IsNumeric
) {