37 references to SqlDbType
System.Data.Linq (37)
SqlClient\Common\SqlFactory.cs (5)
267SqlDbType sqlDbType = ((SqlTypeSystem.SqlType)(exp.SqlType)).SqlDbType; 272return (((SqlTypeSystem.SqlType)(exp.SqlType)).SqlDbType == SqlDbType.Date); 276return (((SqlTypeSystem.SqlType)(exp.SqlType)).SqlDbType == SqlDbType.Time); 280return (((SqlTypeSystem.SqlType)(exp.SqlType)).SqlDbType == SqlDbType.DateTimeOffset); 284SqlDbType sqlDbType = ((SqlTypeSystem.SqlType)(exp.SqlType)).SqlDbType;
SqlClient\Query\SqlParameterizer.cs (2)
141SqlDbType leftSqlDbType = ((SqlTypeSystem.SqlType)(bo.Left.SqlType)).SqlDbType; 142SqlDbType rightSqlDbType = ((SqlTypeSystem.SqlType)(bo.Right.SqlType)).SqlDbType;
SqlClient\SqlTypeSystemProvider.cs (30)
243switch (this.SqlDbType) { 255switch (this.SqlDbType) { 302switch (this.SqlDbType) { 325int p0 = IsTypeKnownByProvider ? GetTypeCoercionPrecedence(this.SqlDbType) : Int32.MinValue; 326int p1 = sqlProviderType.IsTypeKnownByProvider ? GetTypeCoercionPrecedence(sqlProviderType.SqlDbType) : Int32.MinValue; 421switch (SqlDbType) { 612switch (SqlDbType) { 634switch (SqlDbType) { 650switch (SqlDbType) { 756switch (this.SqlDbType) { 978sParameter.SqlDbType = sqlType.SqlDbType; 987piSqlDbType.SetValue(parameter, sqlType.SqlDbType, null); 1022switch (declaredType.SqlDbType) { 1117ProviderType concatType = this.GetBestType(highest.SqlDbType, null); 1127return GetBestType(highest.SqlDbType, concatSize); 1152switch (sqlType.SqlDbType) { 1202switch (arg0.SqlDbType) { 1221switch (arg0.SqlDbType) { 1242switch (arg0.SqlDbType) { 1247return Create(arg0.SqlDbType, (int)val.Value); 1253switch (arg0.SqlDbType) { 1305switch (sqlThisType.SqlDbType) { 1335if (sqlTypeA.HasPrecisionAndScale && sqlTypeB.HasPrecisionAndScale && bestType.SqlDbType == SqlDbType.Decimal) { 1342return Create(bestType.SqlDbType); 1344return Create(bestType.SqlDbType, p1, s1); 1346return Create(bestType.SqlDbType, p0, s0); 1352return Create(bestType.SqlDbType, precision, /*scale*/bestRight); 1368bestType = new SqlType(bestType.SqlDbType, bestSize); 1467switch (sqlType.SqlDbType) { 1587switch (sqlType.SqlDbType) {