Click or drag to resize

ITable Interface

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

The ITable type exposes the following members.

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
Methods
See Also