5 writes to DefaultValue
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\BooleanFacetDescriptionElement.cs (1)
41
DefaultValue
= value;
System\Data\EntityModel\SchemaObjectModel\ByteFacetDescriptionElement.cs (1)
42
DefaultValue
= (Byte)value;
System\Data\EntityModel\SchemaObjectModel\IntegerFacetDescriptionElement.cs (1)
42
DefaultValue
= value;
System\Data\EntityModel\SchemaObjectModel\SridFacetDescriptionElement.cs (2)
42
DefaultValue
= EdmConstants.VariableValue;
49
DefaultValue
= intValue;
1 reference to DefaultValue
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\FacetDescriptionElement.cs (1)
155
_facetDescription = new FacetDescription(Name, FacetType, MinValue, MaxValue,
DefaultValue
, _isConstant, declaringTypeName);