Class FileHeaderInfo
Specify how headers will be handled.
public sealed class FileHeaderInfo : ConstantClass
- Inheritance
-
FileHeaderInfo
Fields
Ignore
Headers will be skipped
public static readonly FileHeaderInfo Ignore
Field Value
None
No header is present.
public static readonly FileHeaderInfo None
Field Value
Use
Headers will be usable in SELECT clause.
public static readonly FileHeaderInfo Use
Field Value
Methods
FindValue(string)
Finds the FileHeaderInfo instance for the string value
public static FileHeaderInfo FindValue(string value)
Parameters
value
string
Returns
Operators
implicit operator FileHeaderInfo(string)
Converts the string to FileHeaderInfo instance
public static implicit operator FileHeaderInfo(string value)
Parameters
value
string