RowCountCondition.RowCount Property
Namespace: Microsoft.Data.Schema.UnitTesting.Conditions
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
Public Property RowCount As Integer
'Usage
Dim instance As RowCountCondition
Dim value As Integer
value = instance.RowCount
instance.RowCount = value
public int RowCount { get; set; }
public:
property int RowCount {
int get ();
void set (int value);
}
public function get RowCount () : int
public function set RowCount (value : int)
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.