G
Guest
Hi ;
I'm trying to figurer out a way to serialize the SqlCommand object:
Myu objective is to create a SqlCommand object set up the CommandText, all
needed Parameters with there values then Serialize the objet to binary format
save into a SQL server Database for later use i.e. data Transfer.
So far no success because the error says the the object is not marked with
<Serialize>
I'm trying to figurer out a way to serialize the SqlCommand object:
Myu objective is to create a SqlCommand object set up the CommandText, all
needed Parameters with there values then Serialize the objet to binary format
save into a SQL server Database for later use i.e. data Transfer.
So far no success because the error says the the object is not marked with
<Serialize>