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.11.0
Syntax public MappingConfiguration Define<T>()
where T : new(), Mappings
Type Parameters
- T
Return Value
Type:
MappingConfigurationSee Also