TableAttribute(String) Constructor

Definition

Initializes a new instance of the TableAttribute class.

public TableAttribute(string name);
new System.ComponentModel.DataAnnotations.TableAttribute : string -> System.ComponentModel.DataAnnotations.TableAttribute
Public Sub New (name As String)

Parameters

name
String

The name of the table the class is mapped to.

Applies to