IFromOut_CUSTOMER_HAS_PERSON_REL IFromOut_CUSTOMER_HAS_PERSON_REL.Alias(out CUSTOMER_HAS_PERSON_ALIAS alias) { return(Alias(out alias)); }
public CUSTOMER_HAS_PERSON_REL Alias(out CUSTOMER_HAS_PERSON_ALIAS alias) { alias = new CUSTOMER_HAS_PERSON_ALIAS(this); RelationshipAlias = alias; return(this); }