DbDataSource.IsFixedSize Property | |
Gets a value indicating whether the IList has a fixed size.
Namespace:
XSharp
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.21
Syntax VIRTUAL PROPERTY IsFixedSize AS LOGIC GET
public virtual bool IsFixedSize { get; }
Request Example
View SourceReturn Value
Type:
Logic if the
IList has a fixed size; otherwise,
.
Implements
IsFixedSizeSee Also