C# 클래스 ReadDb, lang

파일 보기 프로젝트 열기: suntong/lang 1 사용 예제들

공개 메소드들

메소드 설명
GetFirst ( string _SqlCommand, string _ConnectionStr ) : Object[]

GetFirst, Get first record of the given SQL command and ConnectionString

Main ( ) : void

비공개 메소드들

메소드 설명
TestDictionary ( ) : void

TestDictionary, Test C# Dictionary Class

TestOleDB ( ) : void

TestDB, Test C# DB connection

TestSqlAsOleDB ( ) : void

TestSqlAsOleDB, Test C# DB connection as OleDB

TestSqlDB2 ( ) : void

TestSqlDB2, Test C# DB SqlConnection

TestSqlDBL ( ) : void

TestSqlDBL, Test C# Local DB connection

TestSqlDBR ( ) : void

TestSqlDBR, Test C# Remote DB connection

TestSqlGetFirst ( ) : void

TestSqlGetFirst, Test the following C# GetFirst function

TestSqlSP ( ) : void

TestSqlSP, Test C# to get SQL Server stored procedure’s return value and output value

메소드 상세

GetFirst() 공개 정적인 메소드

GetFirst, Get first record of the given SQL command and ConnectionString
public static GetFirst ( string _SqlCommand, string _ConnectionStr ) : Object[]
_SqlCommand string /// the Sql Command ///
_ConnectionStr string /// the ConnectionString ///
리턴 Object[]

Main() 공개 정적인 메소드

public static Main ( ) : void
리턴 void