OleDbColumn.LastValue Property

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Dsp.OleDb
Assembly:  Microsoft.SharePoint.Dsp.OleDb (in Microsoft.SharePoint.Dsp.OleDb.dll)

Syntax

Public Property LastValue As String
    Get
    Set

Dim instance As OleDbColumn
Dim value As String

value = instance.LastValue

instance.LastValue = value
public string LastValue { get; set; }

Property Value

Type: System.String

See Also

Reference

OleDbColumn Class

OleDbColumn Members

Microsoft.SharePoint.Dsp.OleDb Namespace