C-DEngine 5.105

TheStorageUtilities..::..GenerateUniqueIDFromType Method

Creates a unique ID from a C# Type.

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

Syntax


public static string GenerateUniqueIDFromType(
	Type MyType,
	string pTableName
)
Public Shared Function GenerateUniqueIDFromType ( _
	MyType As Type, _
	pTableName As String _
) As String
public:
static String^ GenerateUniqueIDFromType(
	Type^ MyType, 
	String^ pTableName
)

Parameters

MyType
Type: Type
type to be converted to a unique ID
pTableName
Type: String
if not null or empty, the tablename will be added to the unique id at the end

Return Value