
Creates the table if it doesn't exist using the specified open connection.
Inherited from Stonefield.Collections.BasePersistedCollection`1[[Stonefield.Query.DataDictionary.ITable, Interfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
public virtual void CreateTable(IDbConnection conn);
Parameters
conn
An open database connection object.