TableBatchOperation.Insert Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Insert(ITableEntity, Boolean) | |
Insert(Int32, TableOperation) | |
Insert(ITableEntity) |
Insert(ITableEntity, Boolean)
public void Insert (Microsoft.WindowsAzure.Storage.Table.ITableEntity entity, bool echoContent);
member this.Insert : Microsoft.WindowsAzure.Storage.Table.ITableEntity * bool -> unit
Public Sub Insert (entity As ITableEntity, echoContent As Boolean)
Parameters
- entity
- ITableEntity
- echoContent
- Boolean
Applies to
Insert(Int32, TableOperation)
public void Insert (int index, Microsoft.WindowsAzure.Storage.Table.TableOperation item);
abstract member Insert : int * Microsoft.WindowsAzure.Storage.Table.TableOperation -> unit
override this.Insert : int * Microsoft.WindowsAzure.Storage.Table.TableOperation -> unit
Public Sub Insert (index As Integer, item As TableOperation)
Parameters
- index
- Int32
- item
- TableOperation
Implements
Applies to
Insert(ITableEntity)
public void Insert (Microsoft.WindowsAzure.Storage.Table.ITableEntity entity);
member this.Insert : Microsoft.WindowsAzure.Storage.Table.ITableEntity -> unit
Public Sub Insert (entity As ITableEntity)
Parameters
- entity
- ITableEntity
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET