Creates a row using specified column -> value dictionary and adds it to the
RecordSet.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
public RecordSet Row Add(
IDictionary<string, Object> values
)
public RecordSet..::..Row Add(
IDictionary<string, Object> values
)
Public Function Add (
values As IDictionary(Of String, Object)
) As RecordSet Row
Public Function Add (
values As IDictionary(Of String, Object)
) As RecordSet..::..Row
public:
RecordSet Row^ Add(
IDictionary<String^, Object^>^ values
)
public:
RecordSet..::..Row^ Add(
IDictionary<String^, Object^>^ values
)
member Add :
values : IDictionary<string, Object> -> RecordSet Row
member Add :
values : IDictionary<string, Object> -> RecordSet..::..Row
Return Value
Type:
RecordSet Rownew row instance