| MappingConfigurationDefineT Method  | 
            Specifies a collection of mappings defined in Type T.  Type T should be a sub-class of 
Mappings and
            must have a parameter-less constructor.
            
 
Namespace: Cassandra.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic MappingConfiguration Define<T>()
where T : new(), Mappings
Type Parameters
- T
 
Return Value
Type: 
MappingConfiguration
See Also