C# 클래스 Moma.DB.BaseData

파일 보기 프로젝트 열기: mono/momareports

공개 메소드들

메소드 설명
BaseData ( string connection_string ) : System

보호된 메소드들

메소드 설명
AddParameter ( DbCommand cmd, string name, object val ) : DbParameter
GetConnection ( ) : DbConnection
GetDataAdapter ( DbCommand cmd ) : DbDataAdapter

메소드 상세

AddParameter() 보호된 정적인 메소드

protected static AddParameter ( DbCommand cmd, string name, object val ) : DbParameter
cmd DbCommand
name string
val object
리턴 DbParameter

BaseData() 공개 메소드

public BaseData ( string connection_string ) : System
connection_string string
리턴 System

GetConnection() 보호된 메소드

protected GetConnection ( ) : DbConnection
리턴 DbConnection

GetDataAdapter() 보호된 메소드

protected GetDataAdapter ( DbCommand cmd ) : DbDataAdapter
cmd DbCommand
리턴 System.Data.Common.DbDataAdapter