DataStorageInsertRecordsOptionsRecords Property |
Gets the records.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "records", EmitDefaultValue = false)]
public IList<IList<Object>> Records { get; }<DataMemberAttribute(Name := "records", EmitDefaultValue := false)>
Public ReadOnly Property Records As IList(Of IList(Of Object))
Get
public:
[DataMemberAttribute(Name = L"records", EmitDefaultValue = false)]
property IList<IList<Object^>^>^ Records {
IList<IList<Object^>^>^ get ();
}[<DataMemberAttribute(Name = "records", EmitDefaultValue = false)>]
member Records : IList<IList<Object>> with get
Property Value
Type:
IListIListObject
The records to add.
See Also