TempDataRecord.GetChars Method

NOTE: This API is now obsolete.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Function GetChars ( _
    i As Integer, _
    fieldOffset As Long, _
    buffer As Char(), _
    bufferOffset As Integer, _
    length As Integer _
) As Long
'Usage
Dim instance As TempDataRecord
Dim i As Integer
Dim fieldOffset As Long
Dim buffer As Char()
Dim bufferOffset As Integer
Dim length As Integer
Dim returnValue As Long

returnValue = instance.GetChars(i, fieldOffset, _
    buffer, bufferOffset, length)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public long GetChars(
    int i,
    long fieldOffset,
    char[] buffer,
    int bufferOffset,
    int length
)

Parameters

  • buffer
    Type: []

Return Value

Type: System.Int64

Implements

IDataRecord.GetChars(Int32, Int64, [], Int32, Int32)

See Also

Reference

TempDataRecord Class

TempDataRecord Members

Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db Namespace