Click or drag to resize
ITypeDefinitionGetColumnDefinition Method (PropertyInfo)
Gets a column definition for the given property on the POCO.

Namespace: Dse.Mapping
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
IColumnDefinition GetColumnDefinition(
	PropertyInfo property
)

Parameters

property
Type: System.ReflectionPropertyInfo

Return Value

Type: IColumnDefinition
See Also