RuntimeDbFunctionParameter.IReadOnlyDbFunctionParameter.PropagatesNullability 属性

定义

获取一个值,该值指示参数是否传播为 Null 性,这意味着如果其值为 null ,则数据库函数本身将 null返回 。

bool Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunctionParameter.PropagatesNullability { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunctionParameter.PropagatesNullability : bool
 ReadOnly Property PropagatesNullability As Boolean Implements IReadOnlyDbFunctionParameter.PropagatesNullability

属性值

实现

属性

适用于