Supports selection of the item property used as the SimpleDB item name.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public class ItemNameAttribute : SimolAttribute
Visual Basic
Public Class ItemNameAttribute _
	Inherits SimolAttribute
Visual C++
public ref class ItemNameAttribute : public SimolAttribute

Remarks

At least one property of a mapped type must be marked with this attribute.

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Simol..::..SimolAttribute
      Simol..::..ItemNameAttribute

See Also