LINQ:获取表列名称

时间:2023-03-09
本文介绍了LINQ:获取表列名称的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用 LINQ,如何获取表的列名?C# 3.0、3.5 框架

Using LINQ, how can I get the column names of a table? C# 3.0, 3.5 framework

推荐答案

我假设您的意思是使用 LINQ to SQL,在这种情况下,请查看 DataContext.Mapping 属性.这就是我使用的.

I assume you mean by using LINQ to SQL, in which case look at the DataContext.Mapping property. That's what I use.

如果您不是那个意思,也许您可​​以详细说明您要实现的目标?

If you don't mean that, perhaps you can elaborate on what you are trying to achieve?

这篇关于LINQ:获取表列名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

上一篇:什么会导致 EntityCommandDefinition.ExecuteStoreCommands 中 下一篇:LINQ 查询与存储过程

相关文章

最新文章