<DebuggerStepThroughAttribute()> <DebuggerNonUserCodeAttribute()> Public Sub SetFieldRegularExpression( _ ByVal field As FieldType, _ ByVal regularExpression As String _ )
Dim instance As Reader Dim field As FieldType Dim regularExpression As String instance.SetFieldRegularExpression(field, regularExpression)
[DebuggerStepThrough()] [DebuggerNonUserCode()] public void SetFieldRegularExpression( FieldType field, string regularExpression )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: void SetFieldRegularExpression( FieldType field, String^ regularExpression )
Parameters
- field
- Field type to associate the regular expression to
- regularExpression
- Regular expression string