/// <summary> /// Deprecated Method for adding a new object to the Illustrations EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToIllustrations(Illustration illustration) { base.AddObject("Illustrations", illustration); }
/// <summary> /// Create a new Illustration object. /// </summary> /// <param name="illustrationID">Initial value of the IllustrationID property.</param> /// <param name="modifiedDate">Initial value of the ModifiedDate property.</param> public static Illustration CreateIllustration(global::System.Int32 illustrationID, global::System.DateTime modifiedDate) { Illustration illustration = new Illustration(); illustration.IllustrationID = illustrationID; illustration.ModifiedDate = modifiedDate; return illustration; }
public static Illustration Updating(Illustration ill, [Injected] DateTime now) => ill with