C-DEngine 5.105

TheMirrorCache<(Of <(<'T>)>)>..::..UpdateID Method (String, String)

Updates the string identifier.

Namespace:  nsCDEngine.Engines.StorageService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public T UpdateID(
	string pOld,
	string pNew
)
Public Function UpdateID ( _
	pOld As String, _
	pNew As String _
) As T
public:
T UpdateID(
	String^ pOld, 
	String^ pNew
)

Parameters

pOld
Type: String
The p old.
pNew
Type: String
The p new.

Return Value

T.