DbFunctionBuilder.IConventionDbFunctionBuilder.CanSetSchema 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指出是否可以為資料庫函式設定指定的架構。
bool IConventionDbFunctionBuilder.CanSetSchema (string schema, bool fromDataAnnotation);
abstract member Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionDbFunctionBuilder.CanSetSchema : string * bool -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionDbFunctionBuilder.CanSetSchema : string * bool -> bool
Function CanSetSchema (schema As String, fromDataAnnotation As Boolean) As Boolean Implements IConventionDbFunctionBuilder.CanSetSchema
參數
- schema
- String
資料庫中函式的架構。
- fromDataAnnotation
- Boolean
指出是否已使用資料批註指定組態。
傳回
true
如果可以設定資料庫函式的指定架構,則為 。