.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    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

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.