实现数据绑定接口,并在用户界面控件与 SqlCeResultSet 之间起到桥梁作用。
命名空间: System.Data.SqlServerCe
程序集: System.Data.SqlServerCe(在 System.Data.SqlServerCe.dll 中)
语法
声明
Public NotInheritable Class ResultSetView _
Implements ITypedList, IBindingList, IList, ICollection, _
IEnumerable, IDisposable
用法
Dim instance As ResultSetView
public sealed class ResultSetView : ITypedList,
IBindingList, IList, ICollection, IEnumerable, IDisposable
public ref class ResultSetView sealed : ITypedList,
IBindingList, IList, ICollection, IEnumerable, IDisposable
[<SealedAttribute>]
type ResultSetView =
class
interface ITypedList
interface IBindingList
interface IList
interface ICollection
interface IEnumerable
interface IDisposable
end
public final class ResultSetView implements ITypedList, IBindingList, IList, ICollection, IEnumerable, IDisposable
继承层次结构
System. . :: . .Object
System.Data.SqlServerCe..::..ResultSetView
线程安全
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.