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