RowInfo MembersDataBaseExecutors

The RowInfo type exposes the following members.
Constructors

  NameDescription
Public methodRowInfo(RowInfo)
Copy Constructor
Public methodRowInfo(DataRow, Int32)
Constructor is private
Back to Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInsert(String)
Insert RowInfo
Public methodInsert(DBExecution)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberRead
Read each row in table
Public methodSave(String)
Save RowInfo
Before execute, check the record exists or not .
Public methodSave(DBExecution)
Public methodToString (Inherited from Object.)
Public methodUpdate(String)
Update RowInfo
Public methodUpdate(DBExecution)
Back to Top
Properties

  NameDescription
Public propertyColumnProperties
Public propertyIndex
Public propertyIsValid
Public propertyMessages
Public propertyRowValues
Public propertyTableName
Back to Top
See Also