IsAutoAppendField.1 |
Scroll |
Returns whether or not the specified field is an auto append field.
Namespace: Therefore.API
Visual Basic Public Overridable Function IsAutoAppendField ( _ nFieldNo As Integer _ ) As Boolean C# public virtual bool IsAutoAppendField ( int nFieldNo )
Parameters nFieldNo The number of the field that is being checked.
Return Value Returns whether or not the specified field is an auto append field. |