Show / Hide Table of Contents

Struct BetweenValues

表示在两者之间的起始值、结束值的结构

Namespace: DapperDal.Predicate
Assembly: DapperDal.dll
Syntax
public struct BetweenValues

Properties

| Improve this Doc View Source

Value1

起始值

Declaration
public object Value1 { get; set; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

Value2

结束值

Declaration
public object Value2 { get; set; }
Property Value
Type Description
System.Object
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX