Chili.Opf3 Send comments on this topic.
CreateObjRef Method
See Also 
Chili.Opf3.Storages.MsSql Namespace > MsSqlStorage Class : CreateObjRef Method




requestedType

Syntax

Visual Basic (Declaration) 
Public Overridable Function CreateObjRef( _
   ByVal requestedType As Type _
) As ObjRef
Visual Basic (Usage)Copy Code
Dim instance As MsSqlStorage
Dim requestedType As Type
Dim value As ObjRef
 
value = instance.CreateObjRef(requestedType)
C# 
public virtual ObjRef CreateObjRef( 
   Type requestedType
)
Managed Extensions for C++ 
public: virtual ObjRef* CreateObjRef( 
   Type* requestedType
) 
C++/CLI 
public:
virtual ObjRef^ CreateObjRef( 
   Type^ requestedType
) 

Parameters

requestedType

Requirements

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

See Also