ObjectStatementCollection.Populate 方法

定義

將帳單表中填充一個帳單擁有者或多個帳單擁有者。

多載

名稱 Description
Populate(ICollection)

將帳單表中包含一組帳單擁有者。

Populate(Object)

在帳單表中以帳單擁有者填充。

Populate(ICollection)

將帳單表中包含一組帳單擁有者。

public:
 void Populate(System::Collections::ICollection ^ statementOwners);
public void Populate(System.Collections.ICollection statementOwners);
member this.Populate : System.Collections.ICollection -> unit
Public Sub Populate (statementOwners As ICollection)

參數

statementOwners
ICollection

這是一組帳單持有人,可以加入這張桌子。

例外狀況

statementOwnersnull

備註

如果你是陳述式上下文的建立者,建議你呼叫 Populate 該方法,以使用陳述式資料表來儲存特定物件的值。

另請參閱

適用於

Populate(Object)

在帳單表中以帳單擁有者填充。

public:
 void Populate(System::Object ^ owner);
public void Populate(object owner);
member this.Populate : obj -> unit
Public Sub Populate (owner As Object)

參數

owner
Object

帳單擁有者要補充到表格中。

例外狀況

ownernull

備註

如果你是陳述式上下文的建立者,建議你呼叫 Populate 該方法,以使用陳述式資料表來儲存特定物件的值。

另請參閱

適用於