Click or drag to resize

MappingConfigurationGetT Method

If defined, returns the mapping for POCO type T, otherwise returns null.

Namespace:  Cassandra.Mapping
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public ITypeDefinition Get<T>()

Type Parameters

T

Return Value

Type: ITypeDefinition
See Also