共用方式為


IConventionDbFunction.SetStoreType(String, Boolean) 方法

定義

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

public void SetStoreType (string storeType, bool fromDataAnnotation = false);
public string SetStoreType (string storeType, bool fromDataAnnotation = false);
public string? SetStoreType (string? storeType, bool fromDataAnnotation = false);
abstract member SetStoreType : string * bool -> unit
abstract member SetStoreType : string * bool -> string
Public Sub SetStoreType (storeType As String, Optional fromDataAnnotation As Boolean = false)
Public Function SetStoreType (storeType As String, Optional fromDataAnnotation As Boolean = false) As String

參數

storeType
String

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

fromDataAnnotation
Boolean

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

傳回

已設定的值。

適用於