summaryM:DotNetNuke.Data.DataProvider.UpdateUserLastIpAddress(System.Int32,System.String)

Namespace: DotNetNuke.Data
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual void UpdateUserLastIpAddress(
	int userId,
	string lastIpAddress
)
Visual Basic
Public Overridable Sub UpdateUserLastIpAddress ( 
	userId As Integer,
	lastIpAddress As String
)

Parameters

userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Data.DataProvider.UpdateUserLastIpAddress(System.Int32,System.String)
lastIpAddress
Type: System..::..String
paramlastIpAddressM:DotNetNuke.Data.DataProvider.UpdateUserLastIpAddress(System.Int32,System.String)

See Also