ITypeDefinitionGetColumnDefinition Method (PropertyInfo) |
Gets a column definition for the given property on the POCO.
Namespace: Dse.MappingAssembly: Dse (in Dse.dll) Version: 2.1.0
Syntax IColumnDefinition GetColumnDefinition(
PropertyInfo property
)
Parameters
- property
- Type: System.ReflectionPropertyInfo
Return Value
Type:
IColumnDefinitionSee Also