Data |
public class DataTableLoader
The DataTableLoader type exposes the following members.
| Name | Description | |
|---|---|---|
| DataTableLoader | Initializes a new instance of the DataTableLoader class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| FromAdomdCommand | Returns a DataTable from an AdomdCommand reader (MDX Query in an OLAP Cube) | |
| FromCSV | Returns a DataTable from a CSV file | |
| FromCSVVBParser | Returns a DataTable from a CSV file using the Microsoft VB Parser | |
| FromExcel | ||
| FromMongoDB | Convert a list of BsonDocument into a DataTable. ignoreNames allow to skip some columns. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| MongoSeparator |