DataTableAttribute Class

Definition

Attribute applied to a type to specify the Mobile Service table it represents.

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class DataTableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type DataTableAttribute = class
    inherit Attribute
Public NotInheritable Class DataTableAttribute
Inherits Attribute
Inheritance
DataTableAttribute
Attributes

Constructors

DataTableAttribute(String)

Initializes a new instance of the DataTableAttribute class.

Properties

Name

Gets the name of the table the class represents.

Applies to