diff options
author | crupest <crupest@outlook.com> | 2022-12-11 12:42:21 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-12-20 20:32:53 +0800 |
commit | 137ddf2386fb17133b081cb6f1d5e8095c5ec2c6 (patch) | |
tree | 8e3af035c27ce874c4c94161e3300826f566786f /docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/ParamMap.cs | |
parent | 8243498d2a201616239c6f4c48fa68737175978c (diff) | |
download | crupest-137ddf2386fb17133b081cb6f1d5e8095c5ec2c6.tar.gz crupest-137ddf2386fb17133b081cb6f1d5e8095c5ec2c6.tar.bz2 crupest-137ddf2386fb17133b081cb6f1d5e8095c5ec2c6.zip |
Develop secret api. v28
Diffstat (limited to 'docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/ParamMap.cs')
-rw-r--r-- | docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/ParamMap.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/ParamMap.cs b/docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/ParamMap.cs index fe8d2a0..841ba40 100644 --- a/docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/ParamMap.cs +++ b/docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/ParamMap.cs @@ -4,7 +4,7 @@ using System.Diagnostics; namespace CrupestApi.Commons.Crud; /// <summary> -/// Null value will be thrown. Please use <see cref="DbNullValue.Instance"/>. +/// <see cref="ColumnName"/> is an optional column name related to the param. You may use it to do some column related things. Like use a more accurate conversion. /// </summary> public record ParamInfo(string Name, object? Value, string? ColumnName = null); |