FunctionParameter.IsMaxLength Property

 

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

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public bool IsMaxLength { get; }

Property Value

Type: System.Boolean

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