Skip to content

How to get detail table entityid in AfterSave method of master #5360

Answered by minhhungit
reach2rv asked this question in Help
Discussion options

You must be logged in to vote

Haa, I've just seen this post, I posted solution on the #4370 some minutes ago

protected override void AfterSave()
{
    base.AfterSave();

    var products = this.Connection.List<Entities.OrderProductRow>(new Criteria(Entities.OrderProductRow.Fields.OrderId) == (int)Row.Id);
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@reach2rv
Comment options

Answer selected by reach2rv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants