共用方式為


ArrayRecord.GetArray(Type, Boolean) 方法

定義

配置陣列,並將它填入串行化記錄中提供的數據(例如 StringInt32等基本類型),或串行化記錄本身。

public Array GetArray (Type expectedArrayType, bool allowNulls = true);
member this.GetArray : Type * bool -> Array
Public Function GetArray (expectedArrayType As Type, Optional allowNulls As Boolean = true) As Array

參數

expectedArrayType
Type

預期的陣列類型。

allowNulls
Boolean

true 允許陣列內的 null 值;否則,false

傳回

數位,填入串行化記錄中提供的數據。

例外狀況

expectedArrayType 不符合承載中的數據。

適用於