Intersoft ClientUI Documentation
GetData Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > DataProvider Class : GetData Method






dataType
Enum type.
Gets the data extracted from given enum type.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetData( _
   ByVal dataType As Type _
) As List(Of Object)
Visual Basic (Usage)Copy Code
Dim dataType As Type
Dim value As List(Of Object)
 
value = DataProvider.GetData(dataType)
C# 
public static List<object> GetData( 
   Type dataType
)
Delphi 
public function GetData( 
    dataType: Type
): List; static; 
JScript 
public static function GetData( 
   dataType : Type
) : List;
Managed Extensions for C++ 
public: static List<Object*>* GetData( 
   Type* dataType
) 
C++/CLI 
public:
static List<Object^>^ GetData( 
   Type^ dataType
) 

Parameters

dataType
Enum type.

Return Value

Enum values.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.