Click or drag to resize
ITable Interface

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

The ITable type exposes the following members.

Methods
  NameDescription
Public methodCreate
Public methodCreateQuery
Constructs an IQueryable object that can evaluate the query represented by a specified expression tree.
(Inherited from IQueryProvider.)
Public methodExecute
Executes the query represented by a specified expression tree.
(Inherited from IQueryProvider.)
Public methodGetEntityType
Public methodGetSession
Public methodGetTableType
Top
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