mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-12-28 18:45:48 +08:00
- 增加 StringLength/MaxLength 对 byte[] 的支持;
This commit is contained in:
@@ -3,6 +3,7 @@ using Newtonsoft.Json;
|
||||
using Oracle.ManagedDataAccess.Client;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Xunit;
|
||||
@@ -101,6 +102,7 @@ namespace FreeSql.Tests.Oracle
|
||||
class TS_BLB01
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
[MaxLength(-1)]
|
||||
public byte[] Data { get; set; }
|
||||
}
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user