INullable

INullable

System.Data.SqlTypes (system.data.dll) interface

.NET system types can't contain the value null . However, database values can because this value can; a null value indicates the absence of a value. All SQLType s implement the INullable interface to enable them to contain the null value.

 public interface  INullable  {  // Public Instance Properties  public bool  IsNull  {get; }  } 

Implemented By

Multiple types



ADO. NET in a Nutshell
ADO.NET in a Nutshell
ISBN: 0596003617
EAN: 2147483647
Year: 2005
Pages: 415

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net