ITypeMappingConfiguration.GetProviderClrType 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.
Gets the type that the property value will be converted to before being sent to the database provider.
public Type? GetProviderClrType();
abstract member GetProviderClrType : unit -> Type
Public Function GetProviderClrType () As Type
Returns
The provider type, or null if none has been set.