dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniBlob Class / Position Property

In This Topic
    Position Property (UniBlob)
    In This Topic
    Gets the current read position in the UniBlob stream.
    Syntax
    'Declaration
     
    Public Property Position As Long
    public long Position {get; set;}

    Property Value

    The current position within the UniBlob stream.
    Remarks
    The stream must support seeking to get or set the position. Use the CanSeek property to determine whether the stream supports seeking.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also