SqlMetaData.Max Property
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.
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.