메소드 | 설명 | |
---|---|---|
AddParam ( this cmd, object item ) : void |
Extension for adding single parameter
|
|
AddParams ( this cmd ) : void |
Extension method for adding in a bunch of parameters
|
|
RecordToExpando ( this rdr ) : dynamic | ||
ToDictionary ( this thingy ) : object>.IDictionary |
Turns the object into a Dictionary
|
|
ToExpando ( this o ) : dynamic |
Turns the object into an ExpandoObject
|
|
ToExpandoList ( this rdr ) : List |
Turns an IDataReader to a Dynamic list of things
|
public static AddParam ( this cmd, object item ) : void | ||
cmd | this | |
item | object | |
리턴 | void |
public static RecordToExpando ( this rdr ) : dynamic | ||
rdr | this | |
리턴 | dynamic |
public static ToDictionary ( this thingy ) : object>.IDictionary |
||
thingy | this | |
리턴 | object>.IDictionary |