예제 #1
0
 IFromOut_CUSTOMER_HAS_PERSON_REL IFromOut_CUSTOMER_HAS_PERSON_REL.Alias(out CUSTOMER_HAS_PERSON_ALIAS alias)
 {
     return(Alias(out alias));
 }
예제 #2
0
 public CUSTOMER_HAS_PERSON_REL Alias(out CUSTOMER_HAS_PERSON_ALIAS alias)
 {
     alias             = new CUSTOMER_HAS_PERSON_ALIAS(this);
     RelationshipAlias = alias;
     return(this);
 }