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...
|
| | 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 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) |
| |
|
|
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ố
|
| |
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.
◆ 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
-
| sName | Tên tham số không có ký tự </param> - Parameters
-
| oType | Kiểu dữ liệu |
| oData | Dữ 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
-
| sName | Tên tham số |
| oType | Tên kiểu tham số theo mô hình của SLQ |
| oData | Dữ 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
-
| sName | Tên tham số |
| oData | Dữ 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
-
◆ spParam() [7/7]
| IS.Base.spParam.spParam |
( |
string | sName, |
|
|
string | oType, |
|
|
ParameterDirection | pDirection ) |
|
inline |
Khởi tạo dữ liệu.
- Parameters
-
The documentation for this class was generated from the following file:
- baseprojects_net45_pool/IS.Base/clSpParam.cs