C# Класс ReadDb, lang

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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