 | BisResultContextRecords Property |
Gets the dataset
Namespace: SanteDB.BIAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic IEnumerable<Object> Records { get; }Public ReadOnly Property Records As IEnumerable(Of Object)
Get
public:
property IEnumerable<Object^>^ Records {
IEnumerable<Object^>^ get ();
}member Records : IEnumerable<Object> with get
Property Value
IEnumerableObject
See Also