|
|
| edmx objects under different contexts |
| I have two objects with different types (Order and OrderDetails for example).
I retrieve them seperately through edmx data model so they were under
different object context. How do I relate them toge... on 20-Nov-09 |
| |
|
| Find Control in Silverlight... |
| Hi,
Very new to Silverlight and am having a bit of difficulty. Hopefully I can explain this correctly!
I have a databound accordion. In each of my accordion.itemtemplates I have bound some textboxe... on 18-Nov-09 |
| |
|
|
|
| SqlReader.GetBytes() and length of varbinary column |
| Does SqlReader.GetBytes() reliably always return the total number of bytes
in a varbinary column ?
// establish sqlReader
using ( sqlReader )
{
int ordinal = sqlReader.GetOrdinal("VarBinaryColumn... on 13-Nov-09 |
| |
|
|
|
|
|
|
|
|
|