Create a new property hint

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

Syntax

C#
public PropertyHint(
	PropertyMappingType propertyMappingType,
	string schemaTypeUri = null
)
Visual Basic
Public Sub New ( 
	propertyMappingType As PropertyMappingType,
	Optional schemaTypeUri As String = Nothing
)
Visual C++
public:
PropertyHint(
	PropertyMappingType propertyMappingType, 
	String^ schemaTypeUri = nullptr
)
F#
new : 
        propertyMappingType : PropertyMappingType * 
        ?schemaTypeUri : string 
(* Defaults:
        let _schemaTypeUri = defaultArg schemaTypeUri null
*)
-> PropertyHint

Parameters

propertyMappingType
Type: BrightstarDB.EntityFramework..::..PropertyMappingType
The type of property mapping
schemaTypeUri (Optional)
Type: System..::..String
OPTIONAL: The URI of the RDF property type mapped

See Also