AdoDotNetSchemaReader.GetItemMaxLength(Int32) Method

Definition

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 in 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.

Applies to