IEntityPostOperations<T,T1>.Post(T) 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.
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.