ForeignKey Example
public partial class SOLine : IBqlTable | |
{ | |
public static class FK | |
{ | |
public class SOOrder : SOOrder.PK.ForeignKeyOf<SOLine>.By<orderType, orderNbr> { } | |
} | |
public abstract class orderType: PX.Data.IBqlField { } | |
public abstract class orderNbr: PX.Data.IBqlField { } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment