OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity>.IsBuiltIn 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标记数据库函数是否为内置函数。
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity> IsBuiltIn (bool builtIn = true);
override this.IsBuiltIn : bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableValuedFunctionBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)>
Public Overridable Function IsBuiltIn (Optional builtIn As Boolean = true) As OwnedNavigationTableValuedFunctionBuilder(Of TOwnerEntity, TDependentEntity)
参数
- builtIn
- Boolean
指示数据库函数是否为内置函数的值。
返回
同一生成器实例,以便可以链接多个配置调用。
注解
有关详细信息和示例,请参阅 数据库函数 。