DbCommandTree.UseDatabaseNullSemantics 属性

[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]

获取命令目录树是否使用数据库的 null 语义。

命名空间:  System.Data.Entity.Core.Common.CommandTrees
程序集:  EntityFramework(在 EntityFramework.dll 中)

语法

声明
Public ReadOnly Property UseDatabaseNullSemantics As Boolean 
    Get
用法
Dim instance As DbCommandTree 
Dim value As Boolean 

value = instance.UseDatabaseNullSemantics
public bool UseDatabaseNullSemantics { get; }
public:
property bool UseDatabaseNullSemantics {
    bool get ();
}
member UseDatabaseNullSemantics : bool
function get UseDatabaseNullSemantics () : boolean

属性值

类型:System.Boolean
命令目录树使用数据库的 null 语义。

请参阅

参考

DbCommandTree 类

System.Data.Entity.Core.Common.CommandTrees 命名空间