Creates a values collection from the specified item.
            
        
        Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public static PropertyValues CreateValues( Object item )  | 
| Visual Basic | 
|---|
Public Shared Function CreateValues ( _ item As Object _ ) As PropertyValues  | 
| Visual C++ | 
|---|
public: static PropertyValues^ CreateValues( Object^ item )  | 
Parameters
- item
 - Type: System..::..Object
The item. 
Return Value
Remarks
            The returned values collection will contain entries for all 
            mapped properties (including null-value properties).