Method | Description | |
---|---|---|
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 | |
return | void |
public static RecordToExpando ( this rdr ) : dynamic | ||
rdr | this | |
return | dynamic |
public static ToDictionary ( this thingy ) : object>.IDictionary |
||
thingy | this | |
return | object>.IDictionary |
public static ToExpandoList ( this rdr ) : List |
||
rdr | this | |
return | List |