/// <summary> /// Create a new Source object. /// </summary> /// <param name="sourceID">Initial value of the SourceID property.</param> public static Source CreateSource(global::System.Int32 sourceID) { Source source = new Source(); source.SourceID = sourceID; return source; }
/// <summary> /// Deprecated Method for adding a new object to the Sources EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSources(Source source) { base.AddObject("Sources", source); }