2 writes to _columnDataType
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
266
this.
_columnDataType
= new System.Data.DataColumn(DATA_TYPE, typeof(string), null, System.Data.MappingType.Element);
292
this.
_columnDataType
= base.Columns[DATA_TYPE];
2 references to _columnDataType
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
138
return this.
_columnDataType
;
267
base.Columns.Add(this.
_columnDataType
);