Example #1
0
 /// <summary>
 /// Create a new Tech_BLOB object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="file">Initial value of the File property.</param>
 /// <param name="timestamp">Initial value of the timestamp property.</param>
 public static Tech_BLOB CreateTech_BLOB(global::System.Int64 id, global::System.Byte[] file, global::System.Byte[] timestamp)
 {
     Tech_BLOB tech_BLOB = new Tech_BLOB();
     tech_BLOB.ID = id;
     tech_BLOB.File = file;
     tech_BLOB.timestamp = timestamp;
     return tech_BLOB;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Tech_BLOB EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTech_BLOB(Tech_BLOB tech_BLOB)
 {
     base.AddObject("Tech_BLOB", tech_BLOB);
 }