C# 클래스 Machine.Mta.AdoNet.DatabaseHelpers

파일 보기 프로젝트 열기: machine/machine.mta

공개 메소드들

메소드 설명
CreateParameter ( this command, string name, DbType dbType ) : void
Parameter ( this command, string name ) : IDbDataParameter

메소드 상세

CreateParameter() 공개 정적인 메소드

public static CreateParameter ( this command, string name, DbType dbType ) : void
command this
name string
dbType DbType
리턴 void

Parameter() 공개 정적인 메소드

public static Parameter ( this command, string name ) : IDbDataParameter
command this
name string
리턴 IDbDataParameter