Compartir a través de


IConventionDbFunctionParameter.SetStoreType(String, Boolean) Método

Definición

Establece el tipo de almacén del parámetro .

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

Parámetros

storeType
String

Tipo de almacén del parámetro.

fromDataAnnotation
Boolean

Indica si la configuración se especificó mediante una anotación de datos.

Devoluciones

Se aplica a