VistaDB 6
VistaDB.Compatibility.SqlServer Namespace / SqlDataRecord Class / GetChars Method


In This Topic
    GetChars Method (SqlDataRecord)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetChars( _
       ByVal i As System.Integer, _
       ByVal fieldoffset As System.Long, _
       ByVal buffer() As System.Char, _
       ByVal bufferoffset As System.Integer, _
       ByVal length As System.Integer _
    ) As System.Long
    'Usage
     
    
    Dim instance As SqlDataRecord
    Dim i As System.Integer
    Dim fieldoffset As System.Long
    Dim buffer() As System.Char
    Dim bufferoffset As System.Integer
    Dim length As System.Integer
    Dim value As System.Long
     
    value = instance.GetChars(i, fieldoffset, buffer, bufferoffset, length)
    public System.long GetChars( 
       System.int i,
       System.long fieldoffset,
       System.char[] buffer,
       System.int bufferoffset,
       System.int length
    )

    Parameters

    i
    fieldoffset
    buffer
    bufferoffset
    length
    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