ArcFM Responder Mobile Developer Guide
LogicalNotCondition Class
Members 






Object Model
LogicalNotCondition Class
Syntax
'Declaration
 
<System.Diagnostics.DebuggerDisplayAttribute(Value="Must Not Meet {_condition}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")>
Public Class LogicalNotCondition 
   Inherits DataRowCondition
'Usage
 
Dim instance As LogicalNotCondition
[System.Diagnostics.DebuggerDisplay(Value="Must Not Meet {_condition}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")]
public class LogicalNotCondition : DataRowCondition 
public class LogicalNotCondition = class(DataRowCondition)
System.Diagnostics.DebuggerDisplayAttribute(Value="Must Not Meet {_condition}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")
public class LogicalNotCondition extends DataRowCondition
[System.Diagnostics.DebuggerDisplay(Value="Must Not Meet {_condition}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")]
public __gc class LogicalNotCondition : public DataRowCondition 
[System.Diagnostics.DebuggerDisplay(Value="Must Not Meet {_condition}", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")]
public ref class LogicalNotCondition : public DataRowCondition 
Inheritance Hierarchy

System.Object
   Miner.Data.Access.Conditions.DataRowCondition
      Miner.Data.Access.Conditions.LogicalNotCondition

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LogicalNotCondition Members
Miner.Data.Access.Conditions Namespace

Send Feedback