2 writes to simpleType
System.Data (2)
fx\src\data\System\Data\DataColumn.cs (2)
919this.simpleType = null; 1293simpleType = value;
8 references to simpleType
System.Data (8)
fx\src\data\System\Data\DataColumn.cs (8)
913if (this.simpleType != null) { 914Debug.Assert(this.simpleType.CanHaveMaxLength(), "expected simpleType to be string"); 916this.simpleType.MaxLength = maxLength; 918if (this.simpleType.IsPlainString()) { 923if (this.simpleType.Name != null && this.dttype != null) { 925this.simpleType.ConvertToAnnonymousSimpleType(); 1290return simpleType; 1296maxLength = simpleType.MaxLength;// this is temp solution, since we dont let simple content to have