コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_CompanyDetails EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_CompanyDetails(vw_CompanyDetails vw_CompanyDetails)
 {
     base.AddObject("vw_CompanyDetails", vw_CompanyDetails);
 }
コード例 #2
0
 /// <summary>
 /// Create a new vw_CompanyDetails object.
 /// </summary>
 /// <param name="userName">Initial value of the UserName property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 public static vw_CompanyDetails Createvw_CompanyDetails(global::System.String userName, global::System.Guid userId)
 {
     vw_CompanyDetails vw_CompanyDetails = new vw_CompanyDetails();
     vw_CompanyDetails.UserName = userName;
     vw_CompanyDetails.UserId = userId;
     return vw_CompanyDetails;
 }