mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
v3.2.667 #1237
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>FreeSql.Extensions.JsonMap</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:FreeSql.DataAnnotations.JsonMapAttribute">
|
||||
<summary>
|
||||
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>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Reference in New Issue
Block a user