Chili.Opf3 Send comments on this topic.
ResolveStorageNullValue Method
See Also 
Chili.Opf3.Storages Namespace > IStorage Interface : ResolveStorageNullValue Method




value
Value that should be handled.
type
Type of the value that is handled.
Handles the DBNull value for the given type.

Syntax

Visual Basic (Declaration) 
Overridable Function ResolveStorageNullValue( _
   ByVal value As Object, _
   ByVal type As Type _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As IStorage
Dim value As Object
Dim type As Type
Dim value As Object
 
value = instance.ResolveStorageNullValue(value, type)
C# 
virtual object ResolveStorageNullValue( 
   object value,
   Type type
)
Managed Extensions for C++ 
virtual Object* ResolveStorageNullValue( 
   Object* value,
   Type* type
) 
C++/CLI 
virtual Object^ ResolveStorageNullValue( 
   Object^ value,
   Type^ type
) 

Parameters

value
Value that should be handled.
type
Type of the value that is handled.

Requirements

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

See Also