MapTPocoKeyspaceName Method  | 
 
            Specifies that when mapping, the table name should include the keyspace.
            Use only if the table you are mapping is in a different keyspace than the current 
ISession.
            
 
    Namespace: 
   Dse.Mapping
    Assembly:
   Dse (in Dse.dll) Version: 2.9.0
Syntaxpublic Map<TPoco> KeyspaceName(
	string name
)
Parameters
- name
 - Type: SystemString
 
Return Value
Type: 
MapTPoco
See Also