C# 클래스 Simple.Data.RawSql.DbCommandExtensions

파일 보기 프로젝트 열기: jasondentler/Simple.Data.RawSql

공개 메소드들

메소드 설명
AddParameter ( this command, object>.KeyValuePair parameterData ) : void
AddParameters ( this command ) : void
AddParameters ( this command, object>.IDictionary parametersData ) : void
AddParameters ( this command, object parametersData ) : void
ToResultSets ( this command ) : IEnumerable>
ToRow ( this command ) : dynamic
ToRows ( this command ) : IEnumerable
ToScalar ( this command ) : object

메소드 상세

AddParameter() 공개 정적인 메소드

public static AddParameter ( this command, object>.KeyValuePair parameterData ) : void
command this
parameterData object>.KeyValuePair
리턴 void

AddParameters() 공개 정적인 메소드

public static AddParameters ( this command ) : void
command this
리턴 void

AddParameters() 공개 정적인 메소드

public static AddParameters ( this command, object>.IDictionary parametersData ) : void
command this
parametersData object>.IDictionary
리턴 void

AddParameters() 공개 정적인 메소드

public static AddParameters ( this command, object parametersData ) : void
command this
parametersData object
리턴 void

ToResultSets() 공개 정적인 메소드

public static ToResultSets ( this command ) : IEnumerable>
command this
리턴 IEnumerable>

ToRow() 공개 정적인 메소드

public static ToRow ( this command ) : dynamic
command this
리턴 dynamic

ToRows() 공개 정적인 메소드

public static ToRows ( this command ) : IEnumerable
command this
리턴 IEnumerable

ToScalar() 공개 정적인 메소드

public static ToScalar ( this command ) : object
command this
리턴 object