public void CopyPropertiesFrom(dboAssVAClientsCounties other, bool withID) { if (withID) { this.idassvaclientscounties = other.idassvaclientscounties; } var x = ""; this.idassva = other.idassva; this.idclientscounties = other.idclientscounties; OnCopyConstructor(other, withID); }
partial void OnCopyConstructor(dboAssVAClientsCounties other, bool withID);
public dboAssVAClientsCounties(dboAssVAClientsCounties other) : base() { OnCopyConstructor(other: other, withID: false); }