Miner.Responder.Shared.Extensions Namespace > DataTableExtensions Class : Copy Method |
'Declaration
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Shared Function Copy( _ ByVal src As System.Data.DataTable, _ ByVal predicate As System.Predicate(Of DataRow) _ ) As System.Data.DataTable
'Usage
Dim src As System.Data.DataTable Dim predicate As System.Predicate(Of DataRow) Dim value As System.Data.DataTable value = DataTableExtensions.Copy(src, predicate)
[System.Runtime.CompilerServices.Extension()] public static System.Data.DataTable Copy( System.Data.DataTable src, System.Predicate<DataRow> predicate )
public function Copy( src: System.Data.DataTable; predicate: System.Predicate ): System.Data.DataTable; static;
System.Runtime.CompilerServices.ExtensionAttribute() public static function Copy( src : System.Data.DataTable, predicate : System.Predicate ) : System.Data.DataTable;
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