IConventionDbFunctionParameter.SetStoreType(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Feedback
Submit and view feedback for