How to print all the rows of a table Entity Framework

后端 未结 0 1424
攒了一身酷
攒了一身酷 2020-12-29 00:30

I have this table:

CREATE TABLE [dbo].[lcr_LogLastAccess] 
(
    [Id]                  INT           IDENTITY (1, 1) NOT NULL,
    [logl_Company]        VARCH         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题