コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the FinaliseKeys EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFinaliseKeys(FinaliseKey finaliseKey)
 {
     base.AddObject("FinaliseKeys", finaliseKey);
 }
コード例 #2
0
 /// <summary>
 /// Create a new FinaliseKey object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="record">Initial value of the Record property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static FinaliseKey CreateFinaliseKey(global::System.Guid id, global::System.Int32 record, global::System.String name)
 {
     FinaliseKey finaliseKey = new FinaliseKey();
     finaliseKey.ID = id;
     finaliseKey.Record = record;
     finaliseKey.Name = name;
     return finaliseKey;
 }