/// <summary> /// Constructor for building a new simple object with the POCO class /// </summary> public vNereidBMPColocation(vNereidBMPColocation vNereidBMPColocation) : this() { this.PrimaryKey = vNereidBMPColocation.PrimaryKey; this.DownstreamBMPID = vNereidBMPColocation.DownstreamBMPID; this.UpstreamBMPID = vNereidBMPColocation.UpstreamBMPID; CallAfterConstructor(vNereidBMPColocation); }
partial void CallAfterConstructor(vNereidBMPColocation vNereidBMPColocation);