[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

a simple Alias for a single Class or Type, using #equals() on the names in the resolve method.

Namespace: Db4objects.Db4o.Config
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Public Class TypeAlias _
	Implements IAlias
C#
public class TypeAlias : IAlias
Visual C++
public ref class TypeAlias : IAlias

Remarks

a simple Alias for a single Class or Type, using #equals() on the names in the resolve method.

See Db4objects.Db4o.Config.IAlias for concrete examples.

Inheritance Hierarchy

System.Object
  Db4objects.Db4o.Config.TypeAlias