3 writes to length
System.Data (3)
fx\src\data\System\Data\SimpleType.cs (3)
71
this.
length
= info.GetInt32("SimpleType.Length");
130
length
= Convert.ToInt32(facet.Value, null);
360
return new SimpleType("string") {
length
= 1 };
5 references to length
System.Data (5)
fx\src\data\System\Data\SimpleType.cs (5)
84
info.AddValue("SimpleType.Length", this.
length
);
168
this.
length
== -1 &&
206
return
length
;
283
if (
length
>= 0) {
285
constraint.SetAttribute(Keywords.VALUE,
length
.ToString(CultureInfo.InvariantCulture));