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.Mapping
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic MappingConfiguration Define<T>()
where T : new(), Mappings
Type Parameters
- T
 
Return Value
Type: 
MappingConfiguration
See Also