C# Class System.Data.AutoIncrementInt64

the auto stepped value with Int64 representation
use unchecked behavior
Inheritance: AutoIncrementValue
显示文件 Open project: dotnet/corefx

Private Properties

Property Type Description
BoundaryCheck bool
MoveAfter void
SetCurrent void
SetCurrentAndIncrement void

Private Methods

Method Description
BoundaryCheck ( System.Numerics.BigInteger value ) : bool
MoveAfter ( ) : void
SetCurrent ( object value, IFormatProvider formatProvider ) : void
SetCurrentAndIncrement ( object value ) : void