TableAndViewAttribute Constructor

Initializes a new instance of the TableAndViewAttribute class using the specified name of the table.

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

Syntax


public TableAndViewAttribute(
	string name
)
Public Sub New ( _
	name As String _
)

Parameters

name
Type: String
The name of the table the class is mapped to.