C# 클래스 SQLServerForExcel_Addin.SqlUtils

파일 보기 프로젝트 열기: Pietervdw/SQLForExcel

공개 메소드들

메소드 설명
GetAllColumns ( string connectionString, string tableName ) : List
GetAllDatabases ( string connectionString ) : List
GetAllSQLServers ( ) : List
GetAllTables ( string connectionString ) : List
GetPrimaryKey ( string connectionString, string tableName ) : string

메소드 상세

GetAllColumns() 공개 정적인 메소드

public static GetAllColumns ( string connectionString, string tableName ) : List
connectionString string
tableName string
리턴 List

GetAllDatabases() 공개 정적인 메소드

public static GetAllDatabases ( string connectionString ) : List
connectionString string
리턴 List

GetAllSQLServers() 공개 정적인 메소드

public static GetAllSQLServers ( ) : List
리턴 List

GetAllTables() 공개 정적인 메소드

public static GetAllTables ( string connectionString ) : List
connectionString string
리턴 List

GetPrimaryKey() 공개 정적인 메소드

public static GetPrimaryKey ( string connectionString, string tableName ) : string
connectionString string
tableName string
리턴 string