C# 클래스 OSAE.OSAESql

파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation 1 사용 예제들

공개 메소드들

메소드 설명
RunQuery ( MySqlCommand command ) : DataSet

Runs the passed in SQL query on the database and returns a dataset of the results

RunSQL ( string sql ) : DataSet

Runs the passed in SQL query on the database and returns a dataset of the results

메소드 상세

RunQuery() 공개 정적인 메소드

Runs the passed in SQL query on the database and returns a dataset of the results
public static RunQuery ( MySqlCommand command ) : DataSet
command MySql.Data.MySqlClient.MySqlCommand
리턴 System.Data.DataSet

RunSQL() 공개 정적인 메소드

Runs the passed in SQL query on the database and returns a dataset of the results
public static RunSQL ( string sql ) : DataSet
sql string
리턴 System.Data.DataSet