EnumDatabaseHelperGetText Method
由資料庫取得對應說明
Namespace: eBizprise.FrameworkAssembly: eBizprise.Framework.Enum.EnumDatabaseHelper (in eBizprise.Framework.Enum.EnumDatabaseHelper.dll) Version: 25.0.1.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
public static string GetText(
this Enum enumItem,
IDatabaseHelper databaseHelper
)
- enumItem Enum
- 列舉項目
- databaseHelper IDatabaseHelper
- 資料庫助手
StringstringIn Visual Basic and C#, you can call this method as an instance method on any object of type
Enum. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
using IDatabaseHelper databaseHelper = new SqlHelper("SqlServer");
string department = GroupType.Department.GetText(databaseHelper);
| Date | Version | Description |
|---|
| 2025/08/01 | 1.0.0.0 | 初版 |
| 2025/09/19 | 25.0.0.0 | 彙整2025年度初版 |