eBizprise Framework Documentation
C#
Show/Hide TOC
IDatabase
Helper
Query
First
T
(Execute
Type, String) Method
查詢第1筆資料
Definition
Namespace:
eBizprise.Framework.Common.Database.Interface
Assembly:
eBizprise.Framework.Common.Database (in eBizprise.Framework.Common.Database.dll) Version: 25.0.0.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
Copy
DatabaseResult
<T>
QueryFirst
<T>(
ExecuteType
executeType
,
string
statement
)
Parameters
executeType
ExecuteType
執行類型
statement
String
查詢指令
Type Parameters
T
回傳類型
Return Value
DatabaseResult
T
DatabaseResult<T>
See Also
Reference
IDatabaseHelper Interface
QueryFirst Overload
eBizprise.Framework.Common.Database.Interface Namespace
In This Article
Definition
Parameters
Type Parameters
Return Value
See Also