C# 클래스 Rolcore.Data.ConnectionStringTemplates

Handy templates for ADO.NET connection strings.
파일 보기 프로젝트 열기: Rollins/Rolcore

공개 메소드들

메소드 설명
CreateCsvFileConnectionString ( string filePath ) : string

Creates a connection string to a comma separated value (CSV) file.

CreateExcel12FileConnectionString ( string filePath ) : string

Creates a connection string to an Excel (version 8) file.

CreateExcel8FileConnectionString ( string filePath ) : string

Creates a connection string to an Excel (version 8) file.

메소드 상세

CreateCsvFileConnectionString() 공개 정적인 메소드

Creates a connection string to a comma separated value (CSV) file.
public static CreateCsvFileConnectionString ( string filePath ) : string
filePath string Specifies the path to the CSV file.
리턴 string

CreateExcel12FileConnectionString() 공개 정적인 메소드

Creates a connection string to an Excel (version 8) file.
public static CreateExcel12FileConnectionString ( string filePath ) : string
filePath string Specifies the path to the Excel file.
리턴 string

CreateExcel8FileConnectionString() 공개 정적인 메소드

Creates a connection string to an Excel (version 8) file.
public static CreateExcel8FileConnectionString ( string filePath ) : string
filePath string Specifies the path to the Excel file.
리턴 string