Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) IDBContext.AsQueryable示例
编程语言:
C# (CSharp)
类/类型:
IDBContext
方法/功能:
AsQueryable
hotexamples.com的示例:
1
C# (CSharp) IDBContext.AsQueryable - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IDBContext.AsQueryable
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
Execute(30)
Fetch(30)
ExecuteSqlStatementAsScalar(30)
Close(30)
ExecuteNonQuerySQLStatement(28)
ExecuteSqlStatementAsDataTable(22)
Delete(20)
Get(20)
BeginTransaction(19)
CommitChanges(10)
ExecuteScalar(9)
GetConnection(9)
CommitTransaction(9)
Entry(8)
Dispose(7)
AbortTransaction(7)
GetConnectionFromCodiceSede(6)
GetCollection(3)
GetConn(2)
GetConnectionFactory(2)
GetDatabase(2)
GetSerialNo(2)
GetAll(2)
Initialize(2)
CheckUserExists(2)
DeleteNotificationAsync(2)
CreateCommand(2)
Commit(2)
Add_Delete_Modify_User(2)
Drop(1)
GetStudents(1)
AddRawMaterial(1)
GetPassword(1)
GetNotificationsByEmailAsync(1)
GetNewParamCollection(1)
GetList(1)
GetGame(1)
Add_Delete_Modify_Products(1)
AsQueryable(1)
Attach(1)
Command(1)
GetColumn(1)
DetectChanges(1)
GetById(1)
GetAllUsers(1)
GetAllProducts(1)
GetAllNotificationsAsync(1)
CreateUnitOfWork(1)
ExecuteTSQL(1)
DeleteRecordAsync(1)
常用方法
Execute (30)
Fetch (30)
ExecuteSqlStatementAsScalar (30)
Close (30)
ExecuteNonQuerySQLStatement (28)
ExecuteSqlStatementAsDataTable (22)
Delete (20)
Get (20)
BeginTransaction (19)
CommitChanges (10)
常用方法
ExecuteScalar (9)
GetConnection (9)
CommitTransaction (9)
Entry (8)
Dispose (7)
AbortTransaction (7)
GetConnectionFromCodiceSede (6)
GetCollection (3)
GetConn (2)
GetConnectionFactory (2)
GetDatabase (2)
GetSerialNo (2)
GetAll (2)
Initialize (2)
CheckUserExists (2)
DeleteNotificationAsync (2)
CreateCommand (2)
Commit (2)
Add_Delete_Modify_User (2)
Drop (1)
常用方法
GetDatabase (2)
GetSerialNo (2)
GetAll (2)
Initialize (2)
CheckUserExists (2)
DeleteNotificationAsync (2)
CreateCommand (2)
Commit (2)
Add_Delete_Modify_User (2)
Drop (1)
GetStudents (1)
AddRawMaterial (1)
GetPassword (1)
GetNotificationsByEmailAsync (1)
GetNewParamCollection (1)
GetList (1)
GetGame (1)
Add_Delete_Modify_Products (1)
AsQueryable (1)
Attach (1)
Command (1)
GetColumn (1)
DetectChanges (1)
GetById (1)
GetAllUsers (1)
GetAllProducts (1)
GetAllNotificationsAsync (1)
CreateUnitOfWork (1)
ExecuteTSQL (1)
DeleteRecordAsync (1)
常用方法
GetStudents (1)
AddRawMaterial (1)
GetPassword (1)
GetNotificationsByEmailAsync (1)
GetNewParamCollection (1)
GetList (1)
GetGame (1)
Add_Delete_Modify_Products (1)
AsQueryable (1)
Attach (1)
Command (1)
GetColumn (1)
DetectChanges (1)
GetById (1)
GetAllUsers (1)
GetAllProducts (1)
GetAllNotificationsAsync (1)
CreateUnitOfWork (1)
ExecuteTSQL (1)
DeleteRecordAsync (1)
Detach (1)
AddNotificationAsync (1)
ExecuteSQLStatementAsReader (1)
示例#1
0
显示文件
public IQueryable <T> AsQueryable <T>() where T : class { return(_context.AsQueryable <T>()); }
x