Summary
Marks a field or event as transient.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o - Base Types
-
- Attribute
graph BT
Type-->Base0["Attribute"]
Type["TransientAttribute"]
class Type type-node
Syntax
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Event)]
public class TransientAttribute : Attribute
Remarks
Transient fields are not stored by db4o.
If you don't want a field to be stored by db4o, simply mark it with this attribute.
If you don't want a field to be stored by db4o, simply mark it with this attribute.
Attributes
Type | Description |
---|---|
Attribute |
Constructors
Name | Summary |
---|---|
TransientAttribute |