LumiSoft Mail Server User API
lsDB_FixedLengthTable Class
Namespaces > LumiSoft.Data.lsDB > lsDB_FixedLengthTable
Table what all columns are with fixed length.
Syntax
C#Visual BasicManaged C++
public class lsDB_FixedLengthTable : IDisposable
Public Class lsDB_FixedLengthTable _
	Implements IDisposable
public ref class lsDB_FixedLengthTable : IDisposable
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
lsDB_FixedLengthTableNew()
Default constructor.
AppendRecord(Object[]())
Appends new record to table.
Close()
Closes database file.
Columns
Gets table columns. Throws exception if database isn't open.
Create(String)
Creates new database file.
CurrentRecord
Gets current record. Returns null if there isn't current record.
DeleteCurrentRecord()
Deletes current record.
Dispose()
Clean up any resources being used.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FileName
Gets open database file name. Throws exception if database isn't open.
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
IsDatabaseOpen
Gets if there is active database file.
LockTable(Int32)
Locks table.
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MoveFirstRecord()
Moves to first record.
NextRecord()
Gets next record. Returns true if end of file reached and there are no more records.
Open(String)
Opens specified data file.
Open(String, Int32)
Opens specified data file.
TableLocked
Gets table is locked.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
UnlockTable()
Unlock table.
Inheritance Hierarchy
Object
lsDB_FixedLengthTable

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)