2 references to SCHEMA
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
256
this._columnSchema = new System.Data.DataColumn(
SCHEMA
, typeof(string), null, System.Data.MappingType.Element);
287
this._columnSchema = base.Columns[
SCHEMA
];