TypeAlias.

TypeAlias(string, string) Constructor

Summary

pass the stored name as the first parameter and the desired runtime name as the second parameter.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Config
Containing Type
TypeAlias

Syntax

public TypeAlias(string storedType, string runtimeType)

Remarks

pass the stored name as the first parameter and the desired runtime name as the second parameter.

Parameters

Name Type Description
storedType string
runtimeType string

Return Value

Type Description
void