共用方式為


DbFunctionBuilder.IConventionDbFunctionBuilder.CanSetStoreType 方法

定義

傳回值,指出是否可以為資料庫函式設定指定的存放區類型。

bool IConventionDbFunctionBuilder.CanSetStoreType (string storeType, bool fromDataAnnotation);
abstract member Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionDbFunctionBuilder.CanSetStoreType : string * bool -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionDbFunctionBuilder.CanSetStoreType : string * bool -> bool
Function CanSetStoreType (storeType As String, fromDataAnnotation As Boolean) As Boolean Implements IConventionDbFunctionBuilder.CanSetStoreType

參數

storeType
String

資料庫中函式的存放區類型。

fromDataAnnotation
Boolean

指出是否已使用資料批註指定組態。

傳回

true 如果可以設定資料庫函式的指定存放區類型,則為 。

實作

適用於