xRecord.buf2con Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
buf2con() |
Packs the table buffers of an xRecord instance into an X++ container. |
buf2con(Boolean) |
buf2con()
Packs the table buffers of an xRecord instance into an X++ container.
public:
virtual cli::array <System::Object ^> ^ buf2con();
public virtual object[] buf2con ();
abstract member buf2con : unit -> obj[]
override this.buf2con : unit -> obj[]
Public Overridable Function buf2con () As Object()
Returns
Object[]
A container that holds packed buffers.
Applies to
buf2con(Boolean)
public:
virtual cli::array <System::Object ^> ^ buf2con(bool _packOrigBuffer);
public virtual object[] buf2con (bool _packOrigBuffer);
abstract member buf2con : bool -> obj[]
override this.buf2con : bool -> obj[]
Public Overridable Function buf2con (_packOrigBuffer As Boolean) As Object()
Parameters
- _packOrigBuffer
- Boolean
Returns
Object[]