SqlCeUpdatableRecord.GetSqlCharsRef Method

Returns a reference to the SqlChars instance that contains the value of the specified field.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Function GetSqlCharsRef ( _
    ordinal As Integer _
) As SqlChars
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As SqlChars

returnValue = instance.GetSqlCharsRef(ordinal)
public SqlChars GetSqlCharsRef(
    int ordinal
)
public:
SqlChars^ GetSqlCharsRef(
    int ordinal
)
member GetSqlCharsRef : 
        ordinal:int -> SqlChars 
public function GetSqlCharsRef(
    ordinal : int
) : SqlChars

Parameters

  • ordinal
    Type: System.Int32
    The field from which to retrieve a value.

Return Value

Type: System.Data.SqlTypes.SqlChars
A reference to a SqlChars instance.

See Also

Reference

SqlCeUpdatableRecord Class

System.Data.SqlServerCe Namespace