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