TryGetSchema(String):ISchema
Calls a schema based on the name.
Return type: Onion.Client.ISchema
Parameter
- location
Type: System.String
This parameter is the name of the schema searched for. The name of a schema is unique in the schema management. There is no case sensitivity here.
If no schema with the name is found, then NULL is returned.