Share via


SqlMetaData.Max Property

Definition

Gets the length of TEXT, NTEXT, and IMAGE data types.

public:
 static property long Max { long get(); };
public static long Max { get; }
static member Max : int64
Public Shared ReadOnly Property Max As Long

Property Value

The length of TEXT, NTEXT, and IMAGE data types.

Remarks

The default value is -1.

Applies to