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