Property | Type | Description |
---|
Method | Description | |
---|---|---|
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 | |
return | void |
public ReadMvcViewModel ( ) : Microsoft.EntityFrameworkCore.Storage | ||
return | Microsoft.EntityFrameworkCore.Storage |
public ReadMvcViewModel ( model, _context = null, IDbContextTransaction _transaction = null ) : Microsoft.EntityFrameworkCore.Storage | ||
_transaction | IDbContextTransaction | |
return | Microsoft.EntityFrameworkCore.Storage |
public RemoveRelatedModels ( view, _context = null, IDbContextTransaction _transaction = null ) : RepositoryResponse |
||
_transaction | IDbContextTransaction | |
return | RepositoryResponse |
public RemoveRelatedModelsAsync ( view, _context = null, IDbContextTransaction _transaction = null ) : Task |
||
_transaction | IDbContextTransaction | |
return | Task |