Share via


IEntityPostOperations<T,T1>.Post(T) Method

Definition

Posts a new entity.

public T1 Post (T newEntity);
abstract member Post : 'T -> 'T1
Public Function Post (newEntity As T) As T1

Parameters

newEntity
T

The new entity information.

Returns

T1

The entity information from the post.

Applies to