Reference > DBUtil Class > GetStrings Method > (DataRow[],String,String[])

GetStrings Method (DataRow[],String,String[])

Get several columns from a Selection as a String array of arrays with supplied missing value filler.

 public static string[][] GetStrings(
    DataRow[] sel,
    string nullFiller,
    string[] cols
);

See also ...

Working with Databases | GetStrings Method


Send comments on this topic
© Dyalog Ltd 2013