Stonefield Query Enterprise SDK
 TableCollection.LoadCollection
Table of Contents
TableCollection.LoadCollection

Loads the collection from the table.

Inherited from Stonefield.Collections.BasePersistedCollection`1[[Stonefield.Query.DataDictionary.ITable, Interfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

public virtual void LoadCollection(IDbConnection conn);

Overloads:

public virtual void LoadCollection();

public virtual void LoadCollection(IDbConnection conn, bool checkForDuplicates);


See also:

Class TableCollection