public sealed class IntComparisonFilter : IMessage<IntComparisonFilter>, IEquatable<IntComparisonFilter>, IDeepCloneable<IntComparisonFilter>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class IntComparisonFilter.
Filter based on relation between source value and compare value of type
integer in ConditionalColumnSetValue
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `IntComparisonFilter` class within the Database Migration v1 API in version 2.3.0."],["The `IntComparisonFilter` class is used to filter data based on the relationship between a source integer value and a comparison integer value."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `IntComparisonFilter` class has two properties: `Value` (the integer to be compared) and `ValueComparison` (the relationship between the values)."],["Multiple versions of the documentation are available, ranging from version 1.0.0 up to the latest version, 2.5.0."]]],[]]