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