Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
ExpandView ( _context = null, IDbContextTransaction _transaction = null ) : void | ||
ReadMvcViewModel ( ) : Microsoft.EntityFrameworkCore.Storage | ||
ReadMvcViewModel ( model, _context = null, IDbContextTransaction _transaction = null ) : Microsoft.EntityFrameworkCore.Storage | ||
RemoveRelatedModels ( view, _context = null, IDbContextTransaction _transaction = null ) : RepositoryResponse |
||
RemoveRelatedModelsAsync ( view, _context = null, IDbContextTransaction _transaction = null ) : Task |
public ExpandView ( _context = null, IDbContextTransaction _transaction = null ) : void | ||
_transaction | IDbContextTransaction | |
Результат | void |
public ReadMvcViewModel ( ) : Microsoft.EntityFrameworkCore.Storage | ||
Результат | Microsoft.EntityFrameworkCore.Storage |
public ReadMvcViewModel ( model, _context = null, IDbContextTransaction _transaction = null ) : Microsoft.EntityFrameworkCore.Storage | ||
_transaction | IDbContextTransaction | |
Результат | Microsoft.EntityFrameworkCore.Storage |
public RemoveRelatedModels ( view, _context = null, IDbContextTransaction _transaction = null ) : RepositoryResponse |
||
_transaction | IDbContextTransaction | |
Результат | RepositoryResponse |
public RemoveRelatedModelsAsync ( view, _context = null, IDbContextTransaction _transaction = null ) : Task |
||
_transaction | IDbContextTransaction | |
Результат | Task |