/// <summary>
 /// Create a new ChatBans object.
 /// </summary>
 /// <param name="cb_id">Initial value of the cb_id property.</param>
 /// <param name="cb_date">Initial value of the cb_date property.</param>
 public static ChatBans CreateChatBans(global::System.Int32 cb_id, global::System.DateTime cb_date)
 {
     ChatBans chatBans = new ChatBans();
     chatBans.cb_id = cb_id;
     chatBans.cb_date = cb_date;
     return chatBans;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ChatBans EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToChatBans(ChatBans chatBans)
 {
     base.AddObject("ChatBans", chatBans);
 }