ArcFM Responder Mobile Developer Guide
GetCaption(DataTable) Method






The DataTable for which to get the caption.
Gets the caption for this DataTable.
Syntax
'Declaration
 
Public Overloads Shared Function GetCaption( _
   ByVal dataTable As System.Data.DataTable _
) As System.String
'Usage
 
Dim dataTable As System.Data.DataTable
Dim value As System.String
 
value = DataSetConfig.GetCaption(dataTable)
public static System.string GetCaption( 
   System.Data.DataTable dataTable
)
public function GetCaption( 
    dataTable: System.Data.DataTable
): System.String; static; 
public static function GetCaption( 
   dataTable : System.Data.DataTable
) : System.String;
public: static System.string* GetCaption( 
   System.Data.DataTable* dataTable
) 
public:
static System.String^ GetCaption( 
   System.Data.DataTable^ dataTable
) 

Parameters

dataTable
The DataTable for which to get the caption.

Return Value

The caption for this DataTable.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataSetConfig Class
DataSetConfig Members
Overload List

Send Feedback