dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlBytes Class / SetLength Method

In This Topic
    SetLength Method (SqlBytes)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub SetLength( _
       ByVal value As Long _
    ) 
    public void SetLength( 
       long value
    )

    Parameters

    value
    See Also