Struct BetweenValues
表示在两者之间的起始值、结束值的结构
Namespace: DapperDal.Predicate
Assembly: DapperDal.dll
Syntax
public struct BetweenValues
Properties
| Improve this Doc View SourceValue1
起始值
Declaration
public object Value1 { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Value2
结束值
Declaration
public object Value2 { get; set; }
Property Value
Type | Description |
---|---|
System.Object |