Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExecuteCommandIdentityIntoEntity与ExecuteReturnEntity 方法,区别在哪里??? #43

Closed
haibozhou1011 opened this issue Dec 17, 2017 · 3 comments

Comments

@haibozhou1011
Copy link

ExecuteCommandIdentityIntoEntity与ExecuteReturnEntity 方法,区别在哪里???

@DotNetNext
Copy link
Owner

返回值不一样动点脑子大哥

@haibozhou1011
Copy link
Author

看来你的做人有问题,我要是仅仅问你返回值不一样,那我就不会问你了,大哥,我肯定问题,具体哪些不一样啊!!

@DotNetNext
Copy link
Owner

你F12不会看一下吗

    public virtual T ExecuteReturnEntity()
    {
        ExecuteCommandIdentityIntoEntity();
        return InsertObjs.First();
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants