Click or drag to resize
ITypeDefinitionKeyspaceName Property
The name of the keyspace where the table is defined. When the keyspace name is not null, the table name for the query generated will be fully qualified (ie: keyspace.tablename)

Namespace: Dse.Mapping
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
string KeyspaceName { get; }

Property Value

Type: String
See Also