fitframework
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Properties | List of all members
IS.fitframework.tablereference Class Reference

Các tham số cho kết nối của bảng; được định nghĩa trong các đối tượng Sửa: 20210630: thêm kiểu kết nối, mặc định vẫn là left join như ban đầu. More...

Inheritance diagram for IS.fitframework.tablereference:

Public Member Functions

 tablereference (string referenceobject, string codefield, string referencefield)
 Khởi tạo các giá trị; mặc định là left join (ưu tiên bảng chính) Cập nhật 20210630 thêm phần mặc định jointype=LEFT JOIN.
 
 tablereference (string referenceobject, string codefield, string referencefield, string jointype)
 Thiết lập với định nghĩa kiểu kết nối dữ liệu; thêm 20210630.
 

Public Attributes

string _referenceobject
 
string _codefield
 
string _referencefield
 
string _jointype
 

Properties

string referenceobject [get, set]
 Bảng sẽ tham chiếu đến.
 
string codefield [get, set]
 Trường mã của bảng được tham chiếu.
 
string referencefield [get, set]
 Trường tham chiếu trên bảng hiện tại.
 
string jointype [get, set]
 Kiểu kết nối với các đối tượng con.
 

Detailed Description

Các tham số cho kết nối của bảng; được định nghĩa trong các đối tượng Sửa: 20210630: thêm kiểu kết nối, mặc định vẫn là left join như ban đầu.

Constructor & Destructor Documentation

◆ tablereference() [1/2]

IS.fitframework.tablereference.tablereference ( string referenceobject,
string codefield,
string referencefield )
inline

Khởi tạo các giá trị; mặc định là left join (ưu tiên bảng chính) Cập nhật 20210630 thêm phần mặc định jointype=LEFT JOIN.

Parameters
referenceobject
codefield
referencefield

◆ tablereference() [2/2]

IS.fitframework.tablereference.tablereference ( string referenceobject,
string codefield,
string referencefield,
string jointype )
inline

Thiết lập với định nghĩa kiểu kết nối dữ liệu; thêm 20210630.

Parameters
referenceobject
codefield
referencefield
jointype

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