Class AbpJsonValueConverter<TPropertyType>
Inheritance
System.Object
AbpJsonValueConverter<TPropertyType>
Namespace: Volo.Abp.EntityFrameworkCore.ValueConverters
Assembly: Volo.Abp.EntityFrameworkCore.dll
Syntax
public class AbpJsonValueConverter<TPropertyType> : ValueConverter<TPropertyType, string>
Type Parameters
| Name | Description |
|---|---|
| TPropertyType |
Constructors
AbpJsonValueConverter()
Declaration
public AbpJsonValueConverter()