5 references to DbType
System.Web.Entity (5)
System\Data\WebControls\WebControlParameterProxy.cs (5)
100Debug.Assert(this.TypeCode != TypeCode.Empty || this.DbType != DbType.Object, "Need to have TypeCode or DbType to get a ClrType"); 105return EntityDataSourceUtil.ConvertDbTypeToType(this.DbType); 119if (this.DbType == DbType.DateTimeOffset) 126else if (this.DbType == DbType.Time) 133else if (this.DbType == DbType.Guid)