TableMappingColumnGetValue Method |
Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Object GetValue(
Object obj
)
Public Function GetValue (
obj As Object
) As Object
public:
Object^ GetValue(
Object^ obj
)
member GetValue :
obj : Object -> Object
Parameters
- obj
- Type: SystemObject
Return Value
Type:
Object
See Also