EntitySet<TEntity>.Insert(Int32, TEntity) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在索引位置处插入实体。
public:
virtual void Insert(int index, TEntity entity);
public void Insert (int index, TEntity entity);
abstract member Insert : int * 'Entity -> unit
override this.Insert : int * 'Entity -> unit
Public Sub Insert (index As Integer, entity As TEntity)
参数
- index
- Int32
表示要插入实体的位置的索引。
- entity
- TEntity
要插入的实体。