コード例 #1
0
ファイル: EntityObjects.cs プロジェクト: tmccord123/TMCDev
 /// <summary>
 /// Deprecated Method for adding a new object to the AspNetRoles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAspNetRoles(AspNetRoles aspNetRoles)
 {
     base.AddObject("AspNetRoles", aspNetRoles);
 }
コード例 #2
0
ファイル: EntityObjects.cs プロジェクト: tmccord123/TMCDev
 /// <summary>
 /// Create a new AspNetRoles object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static AspNetRoles CreateAspNetRoles(global::System.String id, global::System.String name)
 {
     AspNetRoles aspNetRoles = new AspNetRoles();
     aspNetRoles.Id = id;
     aspNetRoles.Name = name;
     return aspNetRoles;
 }