The CsvDataSet type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CsvDataSet |
Creates a CSV data set.
|
Methods
| Name | Description | |
|---|---|---|
| CanBind |
Returns true if the data set can provide a value for the specified binding.
(Inherited from BaseDataSet.) | |
| CanBindImpl |
Determines whether a binding can be satisfied by the data set.
(Overrides BaseDataSet..::.CanBindImpl(DataBinding).) | |
| Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetItems |
Gets an enumeration of data items that can supply values for a given collection of bindings.
It should produce items even if some of the requested bindings cannot be fulfilled.
(Inherited from BaseDataSet.) | |
| GetItemsImpl |
Enumerates the data items in the data set.
(Overrides BaseDataSet..::.GetItemsImpl(ICollection<(Of <(DataBinding>)>), Boolean).) | |
| 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.) |
Extension Methods
| Name | Description | |
|---|---|---|
| Format | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| ColumnCount |
Gets the number of columns in an indexed data set.
(Overrides BaseDataSet..::.ColumnCount.) | |
| CommentPrefix |
Gets or sets a character that indicates that a line in the source represents a comment.
May be set to '\0' (null) to disable comment handling.
| |
| DataLocationName |
Gets the name of the location that is providing the data, or null if none.
| |
| FieldDelimiter |
Gets or sets the field delimiter character.
| |
| HasHeader |
Gets or sets whether the CSV document has a header that should be used to provide
aliases for indexed columns.
|
