CustomFieldController..::..RunReadDataCode Method

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.CustomFields
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public void RunReadDataCode(
	CustomField customField,
	int Row
)
Public Sub RunReadDataCode ( _
	customField As CustomField, _
	Row As Integer _
)
public:
void RunReadDataCode(
	CustomField^ customField, 
	int^ Row
)