| CompositeResultTData1, TData2Object2 Property |
Gets the second object in the composite result
Namespace:
SanteDB.OrmLite
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public TData2 Object2 { get; }
Public ReadOnly Property Object2 As TData2
Get
public:
property TData2 Object2 {
TData2 get ();
}
member Object2 : 'TData2 with get
Property Value
Type:
TData2See Also