/// <summary>
 /// Create a new KeyValue object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="languageId">Initial value of the LanguageId property.</param>
 /// <param name="keywordId">Initial value of the KeywordId property.</param>
 /// <param name="value">Initial value of the Value property.</param>
 public static KeyValue CreateKeyValue(global::System.Int64 id, global::System.Int64 languageId, global::System.Int64 keywordId, global::System.String value)
 {
     KeyValue keyValue = new KeyValue();
     keyValue.Id = id;
     keyValue.LanguageId = languageId;
     keyValue.KeywordId = keywordId;
     keyValue.Value = value;
     return keyValue;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the KeyValues EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToKeyValues(KeyValue keyValue)
 {
     base.AddObject("KeyValues", keyValue);
 }