TableAttribute.Name Property
Gets or sets the name of the table or view.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
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. |
In the following example, the default table name, Customer, is changed to Customers.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: