Interface ITable
Inherited Members
IQueryProvider.CreateQuery(Expression)
IQueryProvider.CreateQuery<TElement>(Expression)
IQueryProvider.Execute(Expression)
IQueryProvider.Execute<TResult>(Expression)
Namespace: Cassandra.Data.Linq
Assembly: Cassandra.dll
Syntax
public interface ITable : IQueryProvider
Properties
KeyspaceName
Gets the name of the keyspace used. If null, it uses the active session keyspace.
Declaration
string KeyspaceName { get; }
Property Value
Type | Description |
---|---|
string |
Name
Gets the table name in Cassandra
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Create()
Declaration
void Create()
GetEntityType()
Declaration
Type GetEntityType()
Returns
Type | Description |
---|---|
Type |
GetSession()
Declaration
ISession GetSession()
Returns
Type | Description |
---|---|
ISession |
GetTableType()
Declaration
TableType GetTableType()
Returns
Type | Description |
---|---|
TableType |