Schema Property
Schema
The schema name.
The default value is null meaning only the default search path is used.
Declaration
public string Schema { get; set; }
Property Value
| string |
Remarks
The engine will try to resolve the non-qualified object identifiers from the statement in the given schema. If not found, the default search path will be used, which looks for objects in the predefined schemas 'partitioned' and 'public'.
The schema name is case sensitive. For example, 'foo' and 'Foo' are different schemas