Share via


FunctionParameter.IsMaxLength Property

Definition

Gets whether the parameter uses the maximum length supported by the database provider.

public bool IsMaxLength { get; }
member this.IsMaxLength : bool
Public ReadOnly Property IsMaxLength As Boolean

Property Value

true if parameter uses the maximum length supported by the database provider; otherwise, false.

Applies to