The RowInfo type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | RowInfo(RowInfo) |
Copy Constructor
|
![]() | RowInfo(DataRow, Int32) |
Constructor is private
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Insert(String) | Insert RowInfo |
![]() | Insert(DBExecution) | |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | Read |
Read each row in table
|
![]() | Save(String) |
Save RowInfo Before execute, check the record exists or not . |
![]() | Save(DBExecution) | |
![]() | ToString | (Inherited from Object.) |
![]() | Update(String) | Update RowInfo |
![]() | Update(DBExecution) |
Properties
Name | Description | |
---|---|---|
![]() | ColumnProperties | |
![]() | Index | |
![]() | IsValid | |
![]() | Messages | |
![]() | RowValues | |
![]() | TableName |
See Also