RadGrid for ASP.NET

RadGrid Send comments on this topic.
RetrieveNullAsDBNull Property
See Also 
Telerik.WebControls Namespace > GridTableView Class : RetrieveNullAsDBNull Property


Gets or sets a value indicating whether null values in the database will be retrieved as dbnull values.

  

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public Property RetrieveNullAsDBNull As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GridTableView
Dim value As Boolean
 
instance.RetrieveNullAsDBNull = value
 
value = instance.RetrieveNullAsDBNull
C# 
public bool RetrieveNullAsDBNull {get; set;}

Return Value

true if the null values in the database will be retrieved as dbnull values; otherwise, false. The default is false.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also