Clears the regular expression string that was previously set by
SetFieldRegularExpression.
Syntax
'Declaration
<System.Diagnostics.DebuggerStepThroughAttribute()>
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
Public Sub ClearFieldRegularExpression( _
ByVal As FieldType _
)
'Usage
Dim instance As Reader
Dim field As FieldType
instance.ClearFieldRegularExpression(field)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public void ClearFieldRegularExpression(
FieldType
)
public procedure ClearFieldRegularExpression(
: FieldType
);
System.Diagnostics.DebuggerStepThroughAttribute()
System.Diagnostics.DebuggerNonUserCodeAttribute()
public function ClearFieldRegularExpression(
: FieldType
);
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public: void ClearFieldRegularExpression(
FieldType
)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public:
void ClearFieldRegularExpression(
FieldType
)
Parameters
- field
- The field type for which the regular expression will be cleared.
See Also