Miner.Responder.Shared.Extensions Namespace > DataRowExtensions Class > IsTableName Method : IsTableName(DataRow,ResponderTable) Method |
'Declaration
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function IsTableName( _ ByVal row As System.Data.DataRow, _ ByVal table As ResponderTable _ ) As System.Boolean
'Usage
Dim row As System.Data.DataRow Dim table As ResponderTable Dim value As System.Boolean value = DataRowExtensions.IsTableName(row, table)
[System.Runtime.CompilerServices.Extension()] public static System.bool IsTableName( System.Data.DataRow row, ResponderTable table )
public function IsTableName( row: System.Data.DataRow; table: ResponderTable ): System.Boolean; static;
System.Runtime.CompilerServices.ExtensionAttribute() public static function IsTableName( row : System.Data.DataRow, table : ResponderTable ) : System.boolean;
[System.Runtime.CompilerServices.Extension()] public: static System.bool IsTableName( System.Data.DataRow* row, ResponderTable* table )
[System.Runtime.CompilerServices.Extension()] public: static System.bool IsTableName( System.Data.DataRow^ row, ResponderTable^ table )
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