IConventionDbFunctionParameter.SetStoreType(String, Boolean) Method

Definition

Sets the store type of the parameter.

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

Parameters

storeType
String

The store type of the parameter.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

Applies to