Property this
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
this[string]
Gets the schema with the specified name from this database.
public Schema this[string name] { get; }
Parameters
namestringThe schema name.
Property Value
Exceptions
- Exception
Thrown when no schema with that name exists in this database.