/// <summary> /// Create a new China_ICBC_Hieroglyphs object. /// </summary> /// <param name="name">Initial value of the Name property.</param> /// <param name="hieroglyph">Initial value of the Hieroglyph property.</param> /// <param name="hieroglyphCode">Initial value of the HieroglyphCode property.</param> /// <param name="rowID">Initial value of the RowID property.</param> public static China_ICBC_Hieroglyphs CreateChina_ICBC_Hieroglyphs(global::System.String name, global::System.String hieroglyph, global::System.String hieroglyphCode, global::System.Int32 rowID) { China_ICBC_Hieroglyphs china_ICBC_Hieroglyphs = new China_ICBC_Hieroglyphs(); china_ICBC_Hieroglyphs.Name = name; china_ICBC_Hieroglyphs.Hieroglyph = hieroglyph; china_ICBC_Hieroglyphs.HieroglyphCode = hieroglyphCode; china_ICBC_Hieroglyphs.RowID = rowID; return(china_ICBC_Hieroglyphs); }
/// <summary> /// Deprecated Method for adding a new object to the China_ICBC_Hieroglyphs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToChina_ICBC_Hieroglyphs(China_ICBC_Hieroglyphs china_ICBC_Hieroglyphs) { base.AddObject("China_ICBC_Hieroglyphs", china_ICBC_Hieroglyphs); }