DataTableAttribute(String) Constructor

Definition

Initializes a new instance of the DataTableAttribute class.

public DataTableAttribute (string name);
new Microsoft.WindowsAzure.MobileServices.DataTableAttribute : string -> Microsoft.WindowsAzure.MobileServices.DataTableAttribute
Public Sub New (name As String)

Parameters

name
String

The name of the table the class represents.

Applies to