public ref class EnumerableRowCollection abstract : System::Collections::IEnumerable
public abstract class EnumerableRowCollection : System.Collections.IEnumerable
type EnumerableRowCollection = class
interface IEnumerable
Public MustInherit Class EnumerableRowCollection
Implements IEnumerable
EnumerableRowCollection
EnumerableRowCollection
提供入口点,以便在扩展方法中截获强制转换操作。 派生的泛型类
EnumerableRowCollection<TRow>
实际上由 .NET 用来包含查询的结果。
此类无法实例化。