Beispiel #1
0
 /// <summary>
 /// There are no comments for tblPropertyAge in the schema.
 /// </summary>
 public void AddTotblPropertyAge(tblPropertyAge tblPropertyAge)
 {
     base.AddObject("tblPropertyAge", tblPropertyAge);
 }
Beispiel #2
0
 /// <summary>
 /// Create a new tblPropertyAge object.
 /// </summary>
 /// <param name="propertyAgeID">Initial value of PropertyAgeID.</param>
 public static tblPropertyAge CreatetblPropertyAge(byte propertyAgeID)
 {
     tblPropertyAge tblPropertyAge = new tblPropertyAge();
     tblPropertyAge.PropertyAgeID = propertyAgeID;
     return tblPropertyAge;
 }