Click or drag to resize

ADSMemo Class

X#
Advantage Memo support.
Inheritance Hierarchy
Object
  BaseMemo
    ADSMemo

Namespace:  XSharp.ADS
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 CLASS ADSMemo INHERIT BaseMemo
Request Example View Source

The ADSMemo type exposes the following members.

Constructors
  NameDescription
Public methodADSMemo
Initializes a new instance of the ADSMemo class
Top
Properties
  NameDescription
Public propertyFullPath (Inherited from BaseMemo.)
Public propertyLastWrittenBlockNumber (Inherited from BaseMemo.)
Public propertyTable
Top
Methods
  NameDescription
Public methodCloseMemFile
This method is not supported by the AdsMemo class
(Overrides CloseMemFile.)
Public methodCreateMemFile
This method is not supported by the AdsMemo class
(Overrides CreateMemFile(DbOpenInfo).)
Public methodFlush (Overrides Flush.)
Public methodGetValue
This method is not supported by the AdsMemo class
(Overrides GetValue(Long).)
Public methodGetValueFile
This method is not supported by the AdsMemo class
(Overrides GetValueFile(Long, String).)
Public methodGetValueLength
Get the length of the for the specified column.
(Overrides GetValueLength(Long).)
Public methodOpenMemFile
This method is not supported by the AdsMemo class
(Overrides OpenMemFile(DbOpenInfo).)
Public methodPutValue
This method is not supported by the AdsMemo class
(Overrides PutValue(Long, Object).)
Public methodPutValueFile
This method is not supported by the AdsMemo class
(Overrides PutValueFile(Long, String).)
Public methodZap
Physically remove all memos from the memofile.
(Inherited from BaseMemo.)
Top
See Also