ViewAttribute Class

Allows custom mapping to the database. Use when a different view is used for read vs write operations.

Namespace:  Tortuga.Anchor.Modeling
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public sealed class ViewAttribute
Public NotInheritable Class ViewAttribute

Remarks


The TableAttribute will be used for write operations.

Inheritance Hierarchy


Object
  Tortuga.Anchor.Modeling..::..ViewAttribute

See Also


[System.ComponentModel.DataAnnotations.Schema.TableAttribute]