public void AddToMappedEntityType(MappedEntityType mappedEntityType) { base.AddObject("MappedEntityType", mappedEntityType); }
public static MappedEntityType CreateMappedEntityType(int ID, int length) { MappedEntityType mappedEntityType = new MappedEntityType(); mappedEntityType.Id = ID; mappedEntityType.Length = length; return mappedEntityType; }