Table of Contents

Interface ISQLParam

Namespace
ZapLib
Assembly
ZapLib.dll

自訂 SQL Param 處理方式的介面,可以實作這個介面來定義該如何處理 SQL Param

public interface ISQLParam

Methods

CustomParamProcessing(SqlCommand, string, ISQLTypeAttribute)

自定義處理 SQL Param 的方法

void CustomParamProcessing(SqlCommand cmd, string name, ISQLTypeAttribute attr)

Parameters

cmd SqlCommand

目前正在使用的資料庫指令物件

name string

Param 的名稱

attr ISQLTypeAttribute

使用者定義的要強制指定的 SQL 類型標籤