System.Data.Entity.Core.SchemaObjectModel.SchemaEntityType.SchemaEntityType C# (CSharp) Method

SchemaEntityType() public method

public SchemaEntityType ( System.Data.Entity.Core.SchemaObjectModel.Schema parentElement ) : System.Collections.Generic
parentElement System.Data.Entity.Core.SchemaObjectModel.Schema
return System.Collections.Generic
        public SchemaEntityType(Schema parentElement)
            : base(parentElement)
        {
            if (Schema.DataModel
                == SchemaDataModelOption.EntityDataModel)
            {
                OtherContent.Add(Schema.SchemaSource);
            }
        }