Search Results for

    Show / Hide Table of Contents

    Class AdbSchemaInformation

    An immutable class that describes the meta-data schema collection of a .NET database provider. It is used when retrieving a schema collection with GetSchema(String) or its overloads.

    See Retrieving Database Schema Information for further details.

    Inheritance
    Object
    AdbSchemaInformation
    Namespace: actionETL.Adb
    Assembly: actionETL.dll
    Syntax
    public class AdbSchemaInformation

    Properties

    CollectionName

    Gets the name of the meta-data schema collection.

    Declaration
    public string CollectionName { get; }
    Property Value
    Type Description
    String

    IsCommon

    true if this instance is one of the common schema collections available as a strongly typed member; otherwise, false.

    Declaration
    public bool IsCommon { get; }
    Property Value
    Type Description
    Boolean

    NumberOfIdentifierParts

    Gets the number of column identifier parts. E.g., if column name, table name, schema name, and catalog name are all available, this property would return 4.

    Declaration
    public int NumberOfIdentifierParts { get; }
    Property Value
    Type Description
    Int32

    NumberOfRestrictions

    Gets the number of column restrictions available.

    See Retrieving Database Schema Information for further details.

    Declaration
    public int NumberOfRestrictions { get; }
    Property Value
    Type Description
    Int32

    Methods

    ToString()

    Returns a string that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    In This Article
    Back to top Copyright © 2023 Envobi Ltd