CsvWriterWriteRecord Method |
Writes a record to the CSV file.
Namespace:
Dundas.BI.Utility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic void WriteRecord(
params string[] fieldValues
)
Public Sub WriteRecord (
ParamArray fieldValues As String()
)
public:
void WriteRecord(
... array<String^>^ fieldValues
)
member WriteRecord :
fieldValues : string[] -> unit
Parameters
- fieldValues
- Type: SystemString
The field values.
See Also