示例#1
0
 /// <summary>
 /// There are no comments for tblAgents in the schema.
 /// </summary>
 public void AddTotblAgents(tblAgents tblAgents)
 {
     base.AddObject("tblAgents", tblAgents);
 }
示例#2
0
 /// <summary>
 /// Create a new tblAgents object.
 /// </summary>
 /// <param name="agentName">Initial value of AgentName.</param>
 /// <param name="userID">Initial value of UserID.</param>
 /// <param name="agentOrganisationName">Initial value of AgentOrganisationName.</param>
 /// <param name="agentRegAddress">Initial value of AgentRegAddress.</param>
 /// <param name="agentMobileNumber1">Initial value of AgentMobileNumber1.</param>
 /// <param name="aboutAgent">Initial value of AboutAgent.</param>
 /// <param name="createdDateTime">Initial value of CreatedDateTime.</param>
 /// <param name="modifiedDatetime">Initial value of ModifiedDatetime.</param>
 public static tblAgents CreatetblAgents(string agentName, int userID, string agentOrganisationName, string agentRegAddress, string agentMobileNumber1, string aboutAgent, global::System.DateTime createdDateTime, global::System.DateTime modifiedDatetime)
 {
     tblAgents tblAgents = new tblAgents();
     tblAgents.AgentName = agentName;
     tblAgents.UserID = userID;
     tblAgents.AgentOrganisationName = agentOrganisationName;
     tblAgents.AgentRegAddress = agentRegAddress;
     tblAgents.AgentMobileNumber1 = agentMobileNumber1;
     tblAgents.AboutAgent = aboutAgent;
     tblAgents.CreatedDateTime = createdDateTime;
     tblAgents.ModifiedDatetime = modifiedDatetime;
     return tblAgents;
 }