List of DncDataSet methods


Here is a list of methods available in DncDataSet.

 

â– List of DncDataSet methods

No.

Method

Description

1

SaveProperty

Saves property

2

LoadProperty

Loads property

3

ShowProperty

Shows property page

4

InitializeProperty

Initializes the settings.

5

ErrorString

Gets the error string from the error code.

6

GetBufferData [Byte (one-dimensional array)]

GetBufferData [Byte (two-dimensional array)]

GetBufferData [Int32 (one-dimensional array)]

GetBufferData [Int32 (two-dimensional array)]

GetBufferData [Single (one-dimensional array)]

GetBufferData [Single (two-dimensional array)]

Gets the data from the buffer.

7

SetBufferData [Byte (one-dimensional array)]

SetBufferData [Byte (two-dimensional array)]

SetBufferData [Int32 (one-dimensional array)]

SetBufferData [Int32 (two-dimensional array)]

SetBufferData [Single (one-dimensional array)]

SetBufferData [Single (two-dimensional array)]

Sets the data in the buffer.

8

BufferReset

Resets the buffer.