Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool AddRequiredRuleToCustomField(
	string fullName,
	string fieldName,
	bool toDB
)
Visual Basic
Function AddRequiredRuleToCustomField ( _
	fullName As String, _
	fieldName As String, _
	toDB As Boolean _
) As Boolean
Visual C++
bool AddRequiredRuleToCustomField(
	String^ fullName, 
	String^ fieldName, 
	bool toDB
)

Parameters

fullName
Type: System..::..String
fieldName
Type: System..::..String
toDB
Type: System..::..Boolean

See Also