NET Logging Library
GetIdentity Method (SqLiteTarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > SqLiteTarget Class : GetIdentity Method
Get the last inserted identity
Syntax
Public Function GetIdentity( _
   ByVal tableName As String _
) As Object
Dim instance As SqLiteTarget
Dim tableName As String
Dim value As Object
 
value = instance.GetIdentity(tableName)
public object GetIdentity( 
   string tableName
)
public:
Object^ GetIdentity( 
   String^ tableName
) 

Parameters

tableName
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

Reference

SqLiteTarget Class
SqLiteTarget Members