Method GetSchema
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
GetSchema(string)
Returns the schema with the specified name from this database.
public Schema GetSchema(string name)
Parameters
namestringThe schema name.
Returns
Exceptions
- Exception
Thrown when no schema with that name exists in this database.