G
Gareth Parris
Anyone know what the VB.NET equivalent of this C# statement is...
byte [] segBody = (byte []) sqlReader.GetSqlBinary(3);
Tried as hard as I could to do it in VB.NET but I cannot seem to do it.
byte [] segBody = (byte []) sqlReader.GetSqlBinary(3);
Tried as hard as I could to do it in VB.NET but I cannot seem to do it.