OleDbParameterCollection.IsFixedSize Egenskap

Definition

Hämtar ett värde som anger om har OleDbParameterCollection en fast storlek. Read-only.

public:
 virtual property bool IsFixedSize { bool get(); };
public override bool IsFixedSize { get; }
member this.IsFixedSize : bool
Public Overrides ReadOnly Property IsFixedSize As Boolean

Egenskapsvärde

true om har OleDbParameterCollection en fast storlek, annars false.

Gäller för

Se även