메소드 | 설명 | |
---|---|---|
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 Table ( this ds, string tablename ) : |
||
ds | this | |
tablename | string | |
리턴 |
public static ToDictionaries ( this dt, IEnumerable |
||
dt | this | |
columnsToInclude | IEnumerable |
|
리턴 | object>>.IEnumerable |
public static ToDictionary ( this dr ) : object>.Dictionary |
||
dr | this | |
리턴 | object>.Dictionary |
public static ToDictionary ( this dr, IEnumerable |
||
dr | this | |
columnsToInclude | IEnumerable |
|
리턴 | object>.Dictionary |
public static Value ( this dt, CellLoc loc ) : string | ||
dt | this | |
loc | CellLoc | |
리턴 | string |