/// <summary> /// wp_commentmeta EntitySet に新しいオブジェクトを追加するための非推奨のメソッドです。代わりに、関連付けられている ObjectSet<T> プロパティの .Add メソッドを使用してください。 /// </summary> public void AddTowp_commentmeta(wp_commentmeta wp_commentmeta) { base.AddObject("wp_commentmeta", wp_commentmeta); }
/// <summary> /// 新しい wp_commentmeta オブジェクトを作成します。 /// </summary> /// <param name="meta_id">meta_id プロパティの初期値。</param> /// <param name="comment_id">comment_id プロパティの初期値。</param> public static wp_commentmeta Createwp_commentmeta(global::System.Decimal meta_id, global::System.Decimal comment_id) { wp_commentmeta wp_commentmeta = new wp_commentmeta(); wp_commentmeta.meta_id = meta_id; wp_commentmeta.comment_id = comment_id; return wp_commentmeta; }