ITable Interface |
Namespace: Cassandra.Data.Linq
public interface ITable : IQueryProvider
The ITable type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create | |
![]() | CreateQuery | Constructs an IQueryable object that can evaluate the query represented by a specified expression tree. (Inherited from IQueryProvider.) |
![]() | Execute | Executes the query represented by a specified expression tree. (Inherited from IQueryProvider.) |
![]() | GetEntityType | |
![]() | GetSession | |
![]() | GetTableType |
Name | Description | |
---|---|---|
![]() | KeyspaceName |
Gets the name of the keyspace used. If null, it uses the active session keyspace.
|
![]() | Name |
Gets the table name in Cassandra
|