共用方式為


DbFunctionParameterBuilder.IConventionDbFunctionParameterBuilder.CanSetStoreType 方法

定義

傳回值,指出是否可以從目前的組態來源設定此屬性的存放區類型。

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

參數

storeType
String

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

fromDataAnnotation
Boolean

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

傳回

如果可以設定此屬性的存放區類型,則為 True。

實作

適用於