Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) IObraRepository.GetByName Examples
Programming Language:
C# (CSharp)
Class/Type:
IObraRepository
Method/Function:
GetByName
Examples at hotexamples.com:
1
C# (CSharp) IObraRepository.GetByName - 1 examples found
. These are the top rated real world C# (CSharp) examples of
IObraRepository.GetByName
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
Adicionar(3)
Update(2)
Atualizar(2)
Remover(2)
Delete(2)
GetById(2)
GetLista(2)
MaxCodigo(1)
ObterTodos(1)
ObterTodasAtivasSemInclude(1)
ObterPorId(1)
ObterObrasAutores(1)
ObterObraPorDescricao(1)
ObterObraComInclude(1)
ObterObraAutor(1)
Add(1)
ListarObraByTeatro(1)
Insert(1)
GetObrasByIdTeatro(1)
GetListaTeatro(1)
GetImage(1)
GetByName(1)
GetAll(1)
Get(1)
Dispose(1)
ComboManGetListaTeatro(1)
GetMany(1)
Frequently Used Methods
Adicionar (3)
Update (2)
Atualizar (2)
Remover (2)
Delete (2)
GetById (2)
GetLista (2)
MaxCodigo (1)
ObterTodos (1)
ObterTodasAtivasSemInclude (1)
Frequently Used Methods
ObterPorId (1)
ObterObrasAutores (1)
ObterObraPorDescricao (1)
ObterObraComInclude (1)
ObterObraAutor (1)
Add (1)
ListarObraByTeatro (1)
Insert (1)
GetObrasByIdTeatro (1)
GetListaTeatro (1)
GetImage (1)
GetByName (1)
GetAll (1)
Get (1)
Dispose (1)
ComboManGetListaTeatro (1)
GetMany (1)
Frequently Used Methods
GetImage (1)
GetByName (1)
GetAll (1)
Get (1)
Dispose (1)
ComboManGetListaTeatro (1)
GetMany (1)
Example #1
0
Show file
public Obra GetByName(string name) { return(_obraRepository.GetByName(name)); }
x