1 write to MaxLength
System.Data (1)
fx\src\data\System\Data\DataColumn.cs (1)
916
this.simpleType.
MaxLength
= maxLength;
3 references to MaxLength
System.Data (3)
fx\src\data\System\Data\DataColumn.cs (1)
1296
maxLength = simpleType.
MaxLength
;// this is temp solution, since we dont let simple content to have
fx\src\data\System\Data\SimpleType.cs (2)
370
if (this.
MaxLength
!= otherSimpleType.
MaxLength
)