'Declaration Public Property Offset As Integer
'Usage Dim instance As TdParameter Dim value As Integer instance.Offset = value value = instance.Offset
public int Offset {get; set;}
Property Value
Offset into theValue
property. The default is 0.'Declaration Public Property Offset As Integer
'Usage Dim instance As TdParameter Dim value As Integer instance.Offset = value value = instance.Offset
public int Offset {get; set;}
Value
property. The default is 0.Byte[]
, Char[]
, String
, Stream
or TextReader
.
For Stream and TextReader the offset is relative to the current position. Otherwise it is relative to the start of the value.
Product | Versions | Platforms |
---|---|---|
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |