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