C-DEngine 5.105

TheStorageUtilities..::..GetTypeID Method

Gets the ID of an object's type which is used to map to the correct external storage (SQL, etc.) type

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

Syntax


public static int GetTypeID(
	Object pfinfo
)
Public Shared Function GetTypeID ( _
	pfinfo As Object _
) As Integer
public:
static int^ GetTypeID(
	Object^ pfinfo
)

Parameters

pfinfo
Type: Object
The object whose type ID will be determined

Return Value

The integer ID of the parameter's type