SqlColumnBaseDefinitionUseMaxSize Property  | 
 
            Gets or sets a value indicating whether this column must use MAX size.
            
Ex : nvarchar(MAX).
 
    Namespace: 
   MicaSystems.Utils
    Assembly:
   MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntaxpublic bool UseMaxSize { get; set; }Property Value
Type: 
Boolean
See Also