| TableAttribute Constructor (String, Boolean) | 
            Specifies table information for a given class
            
 
Namespace: Dse.Data.LinqAssembly: Dse (in Dse.dll) Version: 2.0.0.0
 Syntax
Syntaxpublic TableAttribute(
	string name,
	bool caseSensitive = true
)
Parameters
- name
- Type: SystemString
 Name of the table
- caseSensitive (Optional)
- Type: SystemBoolean
 Determines if the table and column names are defined as case sensitive
 See Also
See Also