IConventionPropertyBuilder.CanSetConverter(Type, 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.
Returns a value indicating whether the ValueConverter can be configured for this property from the current configuration source.
public bool CanSetConverter (Type? converterType, bool fromDataAnnotation = false);
abstract member CanSetConverter : Type * bool -> bool
Public Function CanSetConverter (converterType As Type, Optional fromDataAnnotation As Boolean = false) As Boolean
Parameters
- converterType
- Type
A type that derives from ValueConverter,
or null
to remove any previously set converter.
- fromDataAnnotation
- Boolean
Indicates whether the configuration was specified using a data annotation.
Returns
true
if the ValueConverter can be configured for this property.
Applies to
Entity Framework