2 writes to _columnCatalog
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
254
this.
_columnCatalog
= new System.Data.DataColumn(CATALOG, typeof(string), null, System.Data.MappingType.Element);
286
this.
_columnCatalog
= base.Columns[CATALOG];
2 references to _columnCatalog
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
83
return this.
_columnCatalog
;
255
base.Columns.Add(this.
_columnCatalog
);