Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
EntityRepository
C# Class EntityRepository, code
Inheritance:
Repository
Mostrar archivo
Open project: shendongnian/code
Class Usage Examples
Public Methods
Method
Description
GetByKey
(
object
key
) :
Entity,
Insert
(
Entity
entity
) :
Entity
Update
(
Entity
entity
) :
void
Method Details
GetByKey()
public
method
public
GetByKey
(
object
key
) :
Entity,
key
object
return
Entity,
Insert()
public
method
public
Insert
(
Entity
entity
) :
Entity
entity
Entity
return
Entity
Update()
public
method
public
Update
(
Entity
entity
) :
void
entity
Entity
return
void