DeserializeFilterExpression Method
In This Topic
Deserialize xml and add expressions to the
C1DataFilter.Filters collection.
Syntax
'Declaration
Public Sub DeserializeFilterExpression( _
ByVal As String _
)
public void DeserializeFilterExpression(
string
)
Parameters
- xmlContent
- Xml content.
Exceptions
Exception | Description |
System.ArgumentNullException | The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument. |
System.InvalidOperationException | The exception that is thrown when a method call is invalid for the object's current state. |
See Also