Class OleDbIncomingDataParser

Summary description for OleDbIncomingDataParser.

Inheritance
System.Object
OleDbIncomingDataParser
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.MetaDataPlus.Import.Parser
Assembly: Mediachase.MetaDataPlus.dll
Version: 10.8.0
Syntax
public class OleDbIncomingDataParser : IIncomingDataParser

Constructors

OleDbIncomingDataParser(ExcelVersion)

Declaration
public OleDbIncomingDataParser(ExcelVersion excelVersion)
Parameters
Type Name Description
ExcelVersion excelVersion

OleDbIncomingDataParser(ExcelVersion, Boolean)

Declaration
public OleDbIncomingDataParser(ExcelVersion excelVersion, bool withHeader)
Parameters
Type Name Description
ExcelVersion excelVersion
System.Boolean withHeader

OleDbIncomingDataParser(String)

Declaration
public OleDbIncomingDataParser(string ConnectionString)
Parameters
Type Name Description
System.String ConnectionString

Fields

p_connectionString

Declaration
protected string p_connectionString
Field Value
Type Description
System.String

Properties

Description

Declaration
public string Description { get; }
Property Value
Type Description
System.String

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Methods

CanParse(String, Stream)

Declaration
public virtual bool CanParse(string FileName, Stream stream)
Parameters
Type Name Description
System.String FileName
System.IO.Stream stream
Returns
Type Description
System.Boolean

Parse(String, Stream)

Declaration
public virtual DataSet Parse(string FileName, Stream stream)
Parameters
Type Name Description
System.String FileName
System.IO.Stream stream
Returns
Type Description
System.Data.DataSet

Implements