共用方式為


IConventionDbFunctionParameterBuilder 介面

定義

提供簡單的 API 來設定 IConventionDbFunctionParameter

public interface IConventionDbFunctionParameterBuilder
type IConventionDbFunctionParameterBuilder = interface
Public Interface IConventionDbFunctionParameterBuilder
衍生

屬性

Metadata

正在建置的函式參數中繼資料。

方法

CanSetStoreType(String, Boolean)

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

CanSetTypeMapping(RelationalTypeMapping, Boolean)

傳回值,指出是否可以 RelationalTypeMapping 從目前的組態來源設定這個屬性。

HasStoreType(String, Boolean)

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

HasTypeMapping(RelationalTypeMapping, Boolean)

RelationalTypeMapping設定函式參數的 。

適用於