AdoDotNetTableReader.GetItemMaxLength(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.
Retrieves an integer value specifying the maximum length of the data item at the specified index.
public:
override int GetItemMaxLength(int index);
public override int GetItemMaxLength (int index);
override this.GetItemMaxLength : int -> int
Public Overrides Function GetItemMaxLength (index As Integer) As Integer
Parameters
- index
- Int32
Index into the field specifying the data item for which to retrieve the maximum length value.
Returns
An integer value specifying the maximum length of the data item.