Click or drag to resize
ITable Interface

Namespace: Cassandra.Data.Linq
Assembly: Cassandra (in Cassandra.dll) Version: 3.3.0
Syntax
C#
public interface ITable : IQueryProvider

The ITable type exposes the following members.

Methods
Properties
  NameDescription
Public propertyKeyspaceName
Gets the name of the keyspace used. If null, it uses the active session keyspace.
Public propertyName
Gets the table name in Cassandra
Top
See Also