 | ColumnMappingGetWeakReference Method |
Get the weak reference to the specified table
Namespace: SanteDB.OrmLiteAssembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntaxpublic WeakReferenceHintAttribute GetWeakReference(
Type targetType
)
Public Function GetWeakReference (
targetType As Type
) As WeakReferenceHintAttribute
public:
WeakReferenceHintAttribute^ GetWeakReference(
Type^ targetType
)
member GetWeakReference :
targetType : Type -> WeakReferenceHintAttribute Parameters
- targetType Type
- The table where the query builder is attempting to navigate
Return Value
WeakReferenceHintAttributeThe resolved weak reference hint
See Also