SqlHelper(String, Int32) Constructor

資料庫助手建構子

Definition

Namespace: eBizprise.Framework
Assembly: eBizprise.Framework.Database.SqlHelper (in eBizprise.Framework.Database.SqlHelper.dll) Version: 25.0.2.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
public SqlHelper(
	string connectionName,
	int commandTimeout
)

Parameters

connectionName  String
連線名稱
commandTimeout  Int32
指令逾時

Revision History

DateVersionDescription
2020/06/111.0.11.0調整連線時不將連線字串寫入Log
2020/09/011.0.18.0增加Log明細

See Also