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