/// <summary> /// Deprecated Method for adding a new object to the PhysicalAttrs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToPhysicalAttrs(PhysicalAttr physicalAttr) { base.AddObject("PhysicalAttrs", physicalAttr); }
/// <summary> /// Create a new PhysicalAttr object. /// </summary> /// <param name="matrimonyID">Initial value of the MatrimonyID property.</param> public static PhysicalAttr CreatePhysicalAttr(global::System.Int32 matrimonyID) { PhysicalAttr physicalAttr = new PhysicalAttr(); physicalAttr.MatrimonyID = matrimonyID; return physicalAttr; }