This method is used to create an empty object storage for a specific type. Useful in the database creation scripts.

Declaration Syntax
public int RegisterType(
Type type
)
Public Function RegisterType ( _
type As Type _
) As Integer
public:
int RegisterType(
Type^ type
)

Parameters
- type (Type)
- The type to create the storage for.

Return Value
Currently returns 0, may be changed in the future.
Assembly:
Eloquera.Client (Module: Eloquera.Client) Version: 4.5.0.0 (4.5.0.0)