Method | Description | |
---|---|---|
HasDuplicates ( this |
||
IsDataValid ( this |
||
ToRows ( this |
Converts a static data list to a list of rows each containing a Dictionary of Column/Value pairs
|
public static HasDuplicates ( this |
||
dataList | this |
|
entity | Entity | |
return | bool |
public static IsDataValid ( this |
||
dataList | this |
|
entity | Entity | |
return | bool |
public static ToRows ( this |
||
list | this |
|
return | string>>.List |