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
- 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. |