| CompositeResultTData1, TData2, TData3, TData4Object4 Property |
Gets the fourth object in the coposite result
Namespace:
SanteDB.OrmLite
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public TData4 Object4 { get; }
Public ReadOnly Property Object4 As TData4
Get
public:
property TData4 Object4 {
TData4 get ();
}
member Object4 : 'TData4 with get
Property Value
Type:
TData4See Also