Overload | Description |
---|---|
NMemoryDataTable Constructor() | Default constructor |
NMemoryDataTable Constructor(String) | Creates a new data table that has the specified fields |
NMemoryDataTable Constructor(NDbDataReader) | Creates a new new table that is filled from the specified DB reader. |
NMemoryDataTable Constructor(String,NDbDataReader) | Creates a new new table that is filled from the specified DB reader. |
NMemoryDataTable Constructor(NFieldInfo[]) | Creates a new data table that has the specified fields |
NMemoryDataTable Constructor(String,NFieldInfo[]) | Creates a new data table that has the specified fields |