TypedTableBase<T>::Cast<TResult> Method ()
.NET Framework (current version)
Converts the elements of an TypedTableBase<T> to the specified type. This method supports typed DataTable object generation by Visual Studio and the XSD.exe .NET Framework tool. This method is not intended to be used directly from your code.
Assembly: System.Data.DataSetExtensions (in System.Data.DataSetExtensions.dll)
Return Value
Type: System.Data::EnumerableRowCollection<TResult>^An EnumerableRowCollection that contains each element of the source sequence converted to the specified type.
.NET Framework
Available since 3.5
Available since 3.5
Show: