| Load | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe LoadOptions type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | LoadOptions | Initializes a new instance of the LoadOptions class. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CsvSeparator | Gets or sets a separator when uploading csv files. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object) | 
|  | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|  | ToString | Returns a string that represents the current object. (Inherited from Object) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | CsvTryParseNumbers | Gets or sets a value indicating whether numbers should be recognized when uploading csv files. | 
|  | Format | Gets or sets a file format for loading. | 
|  | InputFilePath | Gets or sets the path to the input file. | 
|  | Use1904DateSystem | Gets or sets a value indicating whether to use the 1904 date system. | 
 See Also
See Also