Miner.Data.Access.Conditions Namespace > LogicalOrCondition Class : LogicalOrCondition Constructor |
'Declaration
Public Function New( _ ByVal ParamArray conditions() As DataRowCondition _ )
'Usage
Dim conditions() As DataRowCondition Dim instance As New LogicalOrCondition(conditions)
public LogicalOrCondition( params DataRowCondition[] conditions )
public LogicalOrCondition( params conditions: DataRowConditionarray of );
public function LogicalOrCondition( conditions : DataRowCondition[] );
public: LogicalOrCondition( params DataRowCondition*[]* conditions )
public: LogicalOrCondition( ... array<DataRowCondition^>^ conditions )
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