Sets 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 void SetPropertyHint(
	PropertyInfo propertyInfo,
	PropertyHint propertyHint
)
Visual Basic
Public Sub SetPropertyHint ( 
	propertyInfo As PropertyInfo,
	propertyHint As PropertyHint
)
Visual C++
public:
void SetPropertyHint(
	PropertyInfo^ propertyInfo, 
	PropertyHint^ propertyHint
)
F#
member SetPropertyHint : 
        propertyInfo : PropertyInfo * 
        propertyHint : PropertyHint -> unit 

Parameters

propertyInfo
Type: System.Reflection..::..PropertyInfo
The property that the hint is set for
propertyHint
Type: BrightstarDB.EntityFramework..::..PropertyHint
The property hint information

See Also