Method | Description | |
---|---|---|
Columnnames ( this dt ) : HashSet |
||
Columns ( this dt ) : IEnumerable |
||
Print ( this dr ) : string | ||
Rows ( this dt ) : IEnumerable |
||
Table ( this ds, string tablename ) : |
Gets a table, if it exists in the dataset. If it doesn't exist, return null
|
|
Tablenames ( this ds ) : HashSet |
||
Tables ( this ds ) : IEnumerable |
||
ToDictionaries ( this dt, IEnumerable |
Converts a Datatable to a list or Dictionaries
|
|
ToDictionary ( this dr ) : object>.Dictionary |
||
ToDictionary ( this dr, IEnumerable |
Converts a DataRow to a dictionary
|
|
ToList ( this dc ) : IEnumerable |
||
ToList ( this dc ) : IEnumerable |
||
ToList ( this dt ) : IEnumerable |
||
Value ( this dt, CellLoc loc ) : string |
public static Columnnames ( this dt ) : HashSet |
||
dt | this | |
return | HashSet |
public static Columns ( this dt ) : IEnumerable |
||
dt | this | |
return | IEnumerable |
public static Table ( this ds, string tablename ) : |
||
ds | this | |
tablename | string | |
return |
public static Tablenames ( this ds ) : HashSet |
||
ds | this | |
return | HashSet |
public static Tables ( this ds ) : IEnumerable |
||
ds | this | |
return | IEnumerable |
public static ToDictionaries ( this dt, IEnumerable |
||
dt | this | |
columnsToInclude | IEnumerable |
|
return | object>>.IEnumerable |
public static ToDictionary ( this dr ) : object>.Dictionary |
||
dr | this | |
return | object>.Dictionary |
public static ToDictionary ( this dr, IEnumerable |
||
dr | this | |
columnsToInclude | IEnumerable |
|
return | object>.Dictionary |
public static ToList ( this dc ) : IEnumerable |
||
dc | this | |
return | IEnumerable |
public static ToList ( this dc ) : IEnumerable |
||
dc | this | |
return | IEnumerable |
public static ToList ( this dt ) : IEnumerable |
||
dt | this | |
return | IEnumerable |
public static Value ( this dt, CellLoc loc ) : string | ||
dt | this | |
loc | CellLoc | |
return | string |