ArcFM Responder Mobile Developer Guide
IsTableName(DataRow,String) Method






Gets the System.Data.DataTable for which this row has a schema and check table name.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Overloads Shared Function IsTableName( _
   ByVal row As System.Data.DataRow, _
   ByVal tableName As System.String _
) As System.Boolean
'Usage
 
Dim row As System.Data.DataRow
Dim tableName As System.String
Dim value As System.Boolean
 
value = DataRowExtensions.IsTableName(row, tableName)
[System.Runtime.CompilerServices.Extension()]
public static System.bool IsTableName( 
   System.Data.DataRow row,
   System.string tableName
)
public function IsTableName( 
    row: System.Data.DataRow;
    tableName: System.String
): System.Boolean; static; 
System.Runtime.CompilerServices.ExtensionAttribute()
public static function IsTableName( 
   row : System.Data.DataRow,
   tableName : System.String
) : System.boolean;
[System.Runtime.CompilerServices.Extension()]
public: static System.bool IsTableName( 
   System.Data.DataRow* row,
   System.string* tableName
) 
[System.Runtime.CompilerServices.Extension()]
public:
static System.bool IsTableName( 
   System.Data.DataRow^ row,
   System.String^ tableName
) 

Parameters

row
tableName
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

DataRowExtensions Class
DataRowExtensions Members
Overload List

Send Feedback