A class for defining how to map multiple POCOs via a fluent-style interface.  Inheritors should use the 
            
ForTPoco method inside their constructor to define mappings.
            
Inheritance HierarchySystemObject
  Cassandra.MappingMappings
 
    Namespace: 
   Cassandra.Mapping
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic abstract class Mappings
The Mappings type exposes the following members.
Methods| 
								 
							 | Name | Description | 
|---|
  | ForTPoco | 
            Adds a mapping for the Poco type specified (TPoco).
              | 
Top
See Also