Firebird ADO.NET Provider SDK Documentation - v1.7 |
|
FbDatabaseInfo.NoReserve Property
Gets the indicates if space is reserved on each database page for holding.
[Visual Basic]
Public ReadOnly Property NoReserve As
Boolean
[C#]
public
bool NoReserve {get;}
Property Value
true if the space is reserved; false if not.
See Also
FbDatabaseInfo Class | FirebirdSql.Data.Firebird Namespace