Interface ITable
Inherited Members
System.Linq.IQueryProvider.CreateQuery(System.Linq.Expressions.Expression)
System.Linq.IQueryProvider.CreateQuery<TElement>(System.Linq.Expressions.Expression)
System.Linq.IQueryProvider.Execute(System.Linq.Expressions.Expression)
System.Linq.IQueryProvider.Execute<TResult>(System.Linq.Expressions.Expression)
Namespace: Dse.Data.Linq
Assembly: Dse.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 |
---|---|
System.String |
Name
Gets the table name in Cassandra
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Create()
Declaration
void Create()
GetEntityType()
Declaration
Type GetEntityType()
Returns
Type | Description |
---|---|
System.Type |
GetSession()
Declaration
ISession GetSession()
Returns
Type | Description |
---|---|
ISession |
GetTableType()
Declaration
TableType GetTableType()
Returns
Type | Description |
---|---|
TableType |