Supports explicit exclusion of item properties from the SimpleDB mapping.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public class SimolExcludeAttribute : SimolAttribute |
Visual Basic |
---|
Public Class SimolExcludeAttribute _ Inherits SimolAttribute |
Visual C++ |
---|
public ref class SimolExcludeAttribute : public SimolAttribute |
Remarks
Use this attribute on item properties you wish to explicitly mark as non-persistent.
This attribute is most useful when you wish to exclude a small number of properties from an item type that has many automatically included properties.