TableAttribute.Name Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets or sets the name of the table or view.
Namespace: System.Data.Linq.Mapping
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Syntax
'Declaration
Public Property Name As String
public string Name { get; set; }
Property Value
Type: System.String
By default, the value is the same as the name of the class.
Remarks
If you do not specify a name by using Name, the table name is assumed to be the same as the class name.
Note: |
---|
You can optionally use a schema name to qualify the table name (for example, Schema3.Table5). By default, the token to the left of the first period in the Name string is considered to be the schema name, and the rest to be the table name. |
Topic | Location |
---|---|
How to: Represent Tables as Classes (LINQ to SQL) | LINQ to SQL |
How to: Represent Tables as Classes (LINQ to SQL) | LINQ to SQL |
Version Information
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.