EntityParameterCollection.IsFixedSize 属性

定义

获取一个值,该值指示 EntityParameterCollection 是否具有固定大小。

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

属性值

如果 EntityParameterCollection 具有固定大小,则返回 true;否则为 false

适用于