I have my own custom data layer adapter. Its pretty slick and you probably know it by now if you read my blog post Move a DataReader to an Object with reflection Revisited. If you downloaded and are using the file ObjectHelper.cs you probably noticed a method called GetSQLParametersFromPublicProperties. This method returns an array of SqlParameters from a live object. You can use this array if you are invoking a Stored Procedure and need to send some parameters into it. Something like: publicint AddCust...
|
8
Shouts |
|
|||
1 comment posted.
#1
jasonbrown
821 days, 3 hours, 45 minutes ago said:
This is great!