Method AddSchemaRange
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
AddSchemaRange(IEnumerable<Schema>)
Adds a collection of schemas to this database. Null collections are silently ignored.
public void AddSchemaRange(IEnumerable<Schema> schemas)
Parameters
schemasIEnumerable<Schema>The schemas to add.