NETToDBTypeConversion.LengthFilter Property  | 
 
            Gets or sets the length filter.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic Func<int, bool> LengthFilter { get; set; }Public Property LengthFilter As Func(Of Integer, Boolean)
	Get
	Set
Property Value
Type: 
Func<Int32, 
Boolean>
See Also