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

allows to mark fields as transient with custom attributes.

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

Syntax

Visual Basic (Declaration)
Sub MarkTransient ( _
	attributeName As String _
)
C#
void MarkTransient (
	string attributeName
)
Visual C++
void MarkTransient (
	String^ attributeName
)

Parameters

attributeName
System.String
- the fully qualified name of the attribute, including it's namespace

Remarks

allows to mark fields as transient with custom attributes.

.NET only: Call this method with the attribute name that you wish to use to mark fields as transient. Multiple transient attributes are possible by calling this method multiple times with different attribute names.