18 references to MinValue
System.Data.Entity (10)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
2465if (facetDescription.MinValue.HasValue && byteValue < facetDescription.MinValue.Value)
System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs (8)
385if (precision < precisionFacetDescription.MinValue.Value || precision > precisionFacetDescription.MaxValue.Value) 391precisionFacetDescription.MinValue.Value, 404if (scale < scaleFacetDescription.MinValue.Value || scale > scaleFacetDescription.MaxValue.Value) 410scaleFacetDescription.MinValue.Value, 442if (precision < precisionFacetDescription.MinValue.Value || precision > precisionFacetDescription.MaxValue.Value) 448precisionFacetDescription.MinValue.Value, 483int minLength = (int)facetDescription.MinValue; 526int minSrid = (int)facetDescription.MinValue;
System.Data.Entity.Design (8)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (8)
1347if (row.Precision < precision.Description.MinValue || row.Precision > precision.Description.MaxValue) 1354precision.Description.MinValue, 1371if (row.Scale < scale.Description.MinValue || row.Scale > scale.Description.MaxValue) 1378scale.Description.MinValue, 1400if (row.DateTimePrecision < datetimePrecision.Description.MinValue || row.DateTimePrecision > datetimePrecision.Description.MaxValue) 1407datetimePrecision.Description.MinValue, 1428if (row.MaximumLength < maxLength.Description.MinValue || row.MaximumLength > maxLength.Description.MaxValue) 1435maxLength.Description.MinValue,