Working with SQL views in Entity Framework Core

后端 未结 6 2245
再見小時候
再見小時候 2020-11-30 03:07

For example, I have such model:

public class Blog
{
    public int BlogId { get; set; }
    public string Url { get; set; }

    public BlogImage BlogImage {         


        
6条回答
提交回复
热议问题