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
要插入的實體。