Base:
property
HasPrecisionAndScale
System.Data.Linq.SqlClient.ProviderType.HasPrecisionAndScale
4 references to HasPrecisionAndScale
System.Data.Linq (4)
SqlClient\SqlTypeSystemProvider.cs (4)
979
if (sqlType.
HasPrecisionAndScale
) {
989
if (sqlType.
HasPrecisionAndScale
) {
1335
if (sqlTypeA.
HasPrecisionAndScale
&& sqlTypeB.
HasPrecisionAndScale
&& bestType.SqlDbType == SqlDbType.Decimal) {