Click or drag to resize
TableAttribute Constructor (String, Boolean)
Specifies table information for a given class

Namespace: Cassandra.Data.Linq
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public 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