Beispiel #1
0
 /// <summary>
 /// Writes a SQL real.
 /// </summary>
 public void WriteReal(float?value)
 {
     SQLReal.Write(_writer, value);
 }