Gets the mapping hint for a .NET property

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public PropertyHint GetPropertyHint(
	PropertyInfo propertyInfo
)
Visual Basic
Public Function GetPropertyHint ( 
	propertyInfo As PropertyInfo
) As PropertyHint
Visual C++
public:
PropertyHint^ GetPropertyHint(
	PropertyInfo^ propertyInfo
)
F#
member GetPropertyHint : 
        propertyInfo : PropertyInfo -> PropertyHint 

Parameters

propertyInfo
Type: System.Reflection..::..PropertyInfo
The property whose mapping hint is to be retrieved

Return Value

Type: PropertyHint
The property mapping hint or null if no mapping hint is found for the specified property

See Also