Method EnsureInitialized
| Improve this Doc View SourceEnsureInitialized()
Ensures child models are initialized.
Declaration
protected void EnsureInitialized()
Remarks
Unlike Column and ColumnList, child models are not initialized by default. This design decision is to deal with the situation when recursive child models registered. EnsureInitialized() will be called automatically when creating the first DataRow.