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
值,指出資料庫函式是否內建。
傳回
相同的產生器實例,以便鏈結多個組態呼叫。
備註
如需詳細資訊和範例,請參閱 資料庫函 式。