BindColumnCollection
BindColumnCollection class
BindColumnCollection.
public class BindColumnCollection : IList
特性
| 姓名 | 描述 |
|---|---|
| Count { get; } | 获取集合的计数。 |
| IsFixedSize { get; } | 始终正确。 |
| IsReadOnly { get; } | 始终正确。 |
| IsSynchronized { get; } | 仅供内部使用。 |
| Item { get; } | 通过整数索引或数据字段名称获取绑定列。 |
| SyncRoot { get; } | 仅供内部使用。 |
方法
| 姓名 | 描述 |
|---|---|
| Add(object) | 将指定的绑定列对象添加到集合中。 |
| Clear() | 清除集合。 |
| Contains(object) | 表示绑定列是否在集合中。 |
| CopyTo(Array, int) | 复制到数组。 |
| GetEnumerator() | 获取一个枚举器。 |
| IndexOf(object) | 获取指定绑定列对象的索引。 |
| Insert(int, object) | 插入一个绑定列对象。 |
| Remove(object) | 移除一个绑定列对象。 |
| RemoveAt(int) | 在指定索引处删除。 |