UpdateableDataRecord.GetChars(Int32, Int64, Char[], Int32, Int32) 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.
public:
override long GetChars(int i, long fieldOffset, cli::array <char> ^ buffer, int bufferOffset, int length);
public override long GetChars (int i, long fieldOffset, char[] buffer, int bufferOffset, int length);
override this.GetChars : int * int64 * char[] * int * int -> int64
Public Overrides Function GetChars (i As Integer, fieldOffset As Long, buffer As Char(), bufferOffset As Integer, length As Integer) As Long
Parameters
- i
- Int32
- fieldOffset
- Int64
- buffer
- Char[]
- bufferOffset
- Int32
- length
- Int32