This commit is contained in:
2881099
2021-08-30 12:26:30 +08:00
parent 13b85d9c32
commit 50a8cc2376
6 changed files with 97 additions and 204 deletions

View File

@ -6,11 +6,13 @@
<members>
<member name="T:FreeSql.DataAnnotations.JsonMapAttribute">
<summary>
当实体类属性为【对象】时以JSON形式映射存储
When the entity class property is <see cref="T:System.Object"/>, map storage in JSON format. <br />
当实体类属性为【对象】时,以 JSON 形式映射存储
</summary>
</member>
<member name="M:FreeSqlJsonMapCoreExtensions.UseJsonMap(IFreeSql)">
<summary>
When the entity class property is <see cref="T:System.Object"/> and the attribute is marked as <see cref="T:FreeSql.DataAnnotations.JsonMapAttribute"/>, map storage in JSON format. <br />
当实体类属性为【对象】时,并且标记特性 [JsonMap] 时该属性将以JSON形式映射存储
</summary>
<returns></returns>