DataTableNumRowsGrowSize
Property
|
Property that represents the grow size for the
number of physical rows of a table.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int NumRowsGrowSize { get; set; }
Public Property NumRowsGrowSize As Integer
Get
Set
public:
property int NumRowsGrowSize {
int get ();
void set (int value);
}
member NumRowsGrowSize : int with get, set
Property Value
Int32
See Also