Beispiel #1
0
 /// <summary>
 /// Create a new ServerMethodCallProfilingData object.
 /// </summary>
 /// <param name="c__Id">Initial value of the C__Id property.</param>
 public static ServerMethodCallProfilingData CreateServerMethodCallProfilingData(global::System.Int32 c__Id)
 {
     ServerMethodCallProfilingData serverMethodCallProfilingData = new ServerMethodCallProfilingData();
     serverMethodCallProfilingData.C__Id = c__Id;
     return serverMethodCallProfilingData;
 }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ServerMethodCallProfilingDatas EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToServerMethodCallProfilingDatas(ServerMethodCallProfilingData serverMethodCallProfilingData)
 {
     base.AddObject("ServerMethodCallProfilingDatas", serverMethodCallProfilingData);
 }