.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    SqlColumnMetadata Class

    Namespace: Hazelcast.Sql
    Assembly: Hazelcast.Net.dll

    SQL column metadata.

    public class SqlColumnMetadata
    Inheritance
    object
    SqlColumnMetadata
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)

    Constructors

    Name Description
    SqlColumnMetadata(string, SqlColumnType, bool)

    Properties

    Name Description
    IsNullable

    Column nullability. If true, the column values can be null.

    Name

    Column name.

    Type

    Column type.

    Methods

    Name Description
    ToString()

    Returns a string that represents the current object.

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