fitframework
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
IS.Base.spParam Class Reference

Mô tả các tham số gần tương ứng với tham số các lệnh để thực hiện trong lớp xử lý về cơ sở dữ liệu. More...

Public Member Functions

 spParam (string sName, SqlDbType oType, Object oData)
 Khởi tạo một tham số với kiểu dữ liệu là SqlDbType
 
 spParam (string sName, string oType, Object oData)
 Khởi tạo tham số với dữ liệu là mô tả bằng chuỗi.
 
 spParam (string sName, Object oData)
 Thiết lập tham số dựa trên dự đoán của kiểu dữ liệu đầu vào.
 
 spParam (string sName, SqlDbType oType, Object oData, ParameterDirection pDirection)
 Thiết lập tham số dựa trên các tham số đưa vào, kiểu dữ liệu theo SqlDbType
 
 spParam (string sName, string oType, Object oData, ParameterDirection pDirection)
 Thiết lập tham số dựa trên dữ liệu đưa vào đầy đủ với kiểu dữ liệu mô tả là chuỗi.
 
 spParam (string sName, SqlDbType oType, ParameterDirection pDirection)
 Thiết lập kiểu tham số không có dữ liệu, thường dùng cho lấy dữ liệu đầu ra.
 
 spParam (string sName, string oType, ParameterDirection pDirection)
 Khởi tạo dữ liệu.
 
 spParam (string sName, SqlDbType oType, ParameterDirection pDirection, int iSize)
 
 spParam (string sName, string oType, ParameterDirection pDirection, int iSize)
 

Static Public Member Functions

static SqlParameter createPara (string sName, SqlDbType oType, ParameterDirection pDirection)
 
static SqlParameter createPara (string sName, string oType, ParameterDirection pDirection)
 
static SqlParameter createPara (string sName, SqlDbType oType, ParameterDirection pDirection, int iSize)
 
static SqlParameter createPara (string sName, string oType, ParameterDirection pDirection, int iSize)
 
static SqlParameter createPara (string sName, string oType, Object oData, ParameterDirection pDirection)
 
static SqlParameter createPara (string sName, SqlDbType oType, Object oData, ParameterDirection pDirection)
 
static SqlParameter createPara (string sName, string oType, Object oData)
 
static SqlParameter createPara (string sName, SqlDbType oType, Object oData)
 
static SqlParameter createPara (string sName, SqlDbType oType, int size, string columnName)
 

Public Attributes

string name
 Tên của tha số
 
SqlDbType type
 Kiểu tham số
 
Object data
 Dữ liệu.
 
ParameterDirection direction = ParameterDirection.Input
 Hướng của tham số
 
int size = 0
 Độ lớn của tham số
 

Detailed Description

Mô tả các tham số gần tương ứng với tham số các lệnh để thực hiện trong lớp xử lý về cơ sở dữ liệu.

Constructor & Destructor Documentation

◆ spParam() [1/7]

IS.Base.spParam.spParam ( string sName,
SqlDbType oType,
Object oData )
inline

Khởi tạo một tham số với kiểu dữ liệu là SqlDbType

Parameters
sNameTên tham số không có ký tự </param>
Parameters
oTypeKiểu dữ liệu
oDataDữ liệu của tham số

◆ spParam() [2/7]

IS.Base.spParam.spParam ( string sName,
string oType,
Object oData )
inline

Khởi tạo tham số với dữ liệu là mô tả bằng chuỗi.

Parameters
sNameTên tham số
oTypeTên kiểu tham số theo mô hình của SLQ
oDataDữ liệu dược đưa vào

◆ spParam() [3/7]

IS.Base.spParam.spParam ( string sName,
Object oData )
inline

Thiết lập tham số dựa trên dự đoán của kiểu dữ liệu đầu vào.

Parameters
sNameTên tham số
oDataDữ liệu đưa vào

◆ spParam() [4/7]

IS.Base.spParam.spParam ( string sName,
SqlDbType oType,
Object oData,
ParameterDirection pDirection )
inline

Thiết lập tham số dựa trên các tham số đưa vào, kiểu dữ liệu theo SqlDbType

Parameters
sName
oType
oData
pDirection

◆ spParam() [5/7]

IS.Base.spParam.spParam ( string sName,
string oType,
Object oData,
ParameterDirection pDirection )
inline

Thiết lập tham số dựa trên dữ liệu đưa vào đầy đủ với kiểu dữ liệu mô tả là chuỗi.

Parameters
sName
oType
oData
pDirection

◆ spParam() [6/7]

IS.Base.spParam.spParam ( string sName,
SqlDbType oType,
ParameterDirection pDirection )
inline

Thiết lập kiểu tham số không có dữ liệu, thường dùng cho lấy dữ liệu đầu ra.

Parameters
sName
oType
pDirection

◆ spParam() [7/7]

IS.Base.spParam.spParam ( string sName,
string oType,
ParameterDirection pDirection )
inline

Khởi tạo dữ liệu.

Parameters
sName
oType
pDirection

The documentation for this class was generated from the following file: