Ejemplo n.º 1
0
 public byte[] GetBytesValue(string columnName)
 {
     byte[] typedValue = DataRowReader.GetBytesValue(this.Row, columnName);
     return typedValue;
 }