/// <summary> /// Create a new tbl_ContentType object. /// </summary> /// <param name="contentTypeID">Initial value of the ContentTypeID property.</param> /// <param name="cTP_Value">Initial value of the CTP_Value property.</param> public static tbl_ContentType Createtbl_ContentType(global::System.Int32 contentTypeID, global::System.String cTP_Value) { tbl_ContentType tbl_ContentType = new tbl_ContentType(); tbl_ContentType.ContentTypeID = contentTypeID; tbl_ContentType.CTP_Value = cTP_Value; return tbl_ContentType; }
/// <summary> /// Deprecated Method for adding a new object to the tbl_ContentType EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotbl_ContentType(tbl_ContentType tbl_ContentType) { base.AddObject("tbl_ContentType", tbl_ContentType); }