2 writes to _simpleType
System.Data.Common (2)
System\Data\DataColumn.cs (2)
895
_simpleType
= null;
1282
_simpleType
= value;
7 references to _simpleType
System.Data.Common (7)
System\Data\DataColumn.cs (7)
886
if (
_simpleType
!= null)
888
Debug.Assert(
_simpleType
.CanHaveMaxLength(), "expected simpleType to be string");
890
_simpleType
.MaxLength = _maxLength;
893
if (
_simpleType
.IsPlainString())
900
if (
_simpleType
.Name != null && XmlDataType != null)
903
_simpleType
.ConvertToAnnonymousSimpleType();
1279
get { return
_simpleType
; }