Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
bool AddStringLengthRuleToCustomField( string fullName, string fieldName, int min, int max, bool toDB ) |
Visual Basic |
---|
Function AddStringLengthRuleToCustomField ( _ fullName As String, _ fieldName As String, _ min As Integer, _ max As Integer, _ toDB As Boolean _ ) As Boolean |
Visual C++ |
---|
bool AddStringLengthRuleToCustomField( String^ fullName, String^ fieldName, int min, int max, bool toDB ) |
Parameters
- fullName
- Type: System..::..String
- fieldName
- Type: System..::..String
- min
- Type: System..::..Int32
- max
- Type: System..::..Int32
- toDB
- Type: System..::..Boolean