示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the br_cli_drive EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobr_cli_drive(br_cli_drive br_cli_drive)
 {
     base.AddObject("br_cli_drive", br_cli_drive);
 }
示例#2
0
 /// <summary>
 /// Create a new br_cli_drive object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="usuario_criacao">Initial value of the usuario_criacao property.</param>
 /// <param name="dt_criacao">Initial value of the dt_criacao property.</param>
 public static br_cli_drive Createbr_cli_drive(global::System.Int64 id, global::System.Int32 usuario_criacao, global::System.DateTime dt_criacao)
 {
     br_cli_drive br_cli_drive = new br_cli_drive();
     br_cli_drive.id = id;
     br_cli_drive.usuario_criacao = usuario_criacao;
     br_cli_drive.dt_criacao = dt_criacao;
     return br_cli_drive;
 }