Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
C# (CSharp) IServicoBase.InsertAsync примеры использования
Язык программирования:
C# (CSharp)
Класс/Тип:
IServicoBase
Метод/Функция:
InsertAsync
Примеров на hotexamples.com:
1
C# (CSharp) IServicoBase.InsertAsync - 1 пример найден
. Это лучшие примеры C# (CSharp) кода для
IServicoBase.InsertAsync
, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Основные методы
Показать
Скрыть
Excluir(6)
Dispose(6)
Atualizar(5)
ObterTodos(4)
ObterPorId(4)
Remover(4)
Adicionar(4)
Listar(4)
Incluir(3)
Inserir(3)
Deletar(3)
ObterTudo(2)
Count(2)
First(2)
GetAll(2)
Obter(2)
Find(2)
Alterar(2)
Editar(2)
Insert(2)
ExcluirPorId(2)
InsertMany(1)
InsertManyAsync(1)
InsertOne(1)
InsertAsync(1)
InsertOneAsync(1)
Add(1)
LongCount(1)
MudarEstado(1)
Objeto(1)
ObtemTodos(1)
ObterLista(1)
ObterPorID(1)
ObterPorIdAsync(1)
ProximoEstado(1)
Remove(1)
ReplaceOne(1)
ReplaceOneAsync(1)
RetornaPorId(1)
ObtemPorId(1)
FindOneAsync(1)
GetById(1)
DeleteByIdAsync(1)
AdicionarAsync(1)
AnteriorEstado(1)
AsQueryable(1)
AtualizarAsync(1)
Buscar(1)
BuscarPorId(1)
BuscarTodos(1)
Основные методы
Excluir (6)
Dispose (6)
Atualizar (5)
ObterTodos (4)
ObterPorId (4)
Remover (4)
Adicionar (4)
Listar (4)
Incluir (3)
Inserir (3)
Основные методы
Deletar (3)
ObterTudo (2)
Count (2)
First (2)
GetAll (2)
Obter (2)
Find (2)
Alterar (2)
Editar (2)
Insert (2)
ExcluirPorId (2)
InsertMany (1)
InsertManyAsync (1)
InsertOne (1)
InsertAsync (1)
InsertOneAsync (1)
Add (1)
LongCount (1)
MudarEstado (1)
Objeto (1)
Основные методы
ExcluirPorId (2)
InsertMany (1)
InsertManyAsync (1)
InsertOne (1)
InsertAsync (1)
InsertOneAsync (1)
Add (1)
LongCount (1)
MudarEstado (1)
Objeto (1)
ObtemTodos (1)
ObterLista (1)
ObterPorID (1)
ObterPorIdAsync (1)
ProximoEstado (1)
Remove (1)
ReplaceOne (1)
ReplaceOneAsync (1)
RetornaPorId (1)
ObtemPorId (1)
FindOneAsync (1)
GetById (1)
DeleteByIdAsync (1)
AdicionarAsync (1)
AnteriorEstado (1)
AsQueryable (1)
AtualizarAsync (1)
Buscar (1)
BuscarPorId (1)
BuscarTodos (1)
Основные методы
ObtemTodos (1)
ObterLista (1)
ObterPorID (1)
ObterPorIdAsync (1)
ProximoEstado (1)
Remove (1)
ReplaceOne (1)
ReplaceOneAsync (1)
RetornaPorId (1)
ObtemPorId (1)
FindOneAsync (1)
GetById (1)
DeleteByIdAsync (1)
AdicionarAsync (1)
AnteriorEstado (1)
AsQueryable (1)
AtualizarAsync (1)
Buscar (1)
BuscarPorId (1)
BuscarTodos (1)
BuscarTudo (1)
Delete (1)
DeleteById (1)
DeleteMany (1)
GetAsync (1)
DeleteManyAsync (1)
DeleteOne (1)
DeleteOneAsync (1)
EstadoAtual (1)
Existe (1)
Exists (1)
FilterBy (1)
Filtrar (1)
FindById (1)
FindOne (1)
Get (1)
RetornarTodos (1)
Пример #1
0
Показать файл
public Task <TEntity> InsertAsync(TEntity entity) { return(_servicoBase.InsertAsync(entity)); }
x