Show / Hide Table of Contents

    SqlBuilderFactory Class

    .NET Standard 2.x

    A static factory class for creating ISqlBuilder objects.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

     public static class SqlBuilderFactory;
    

    Properties

    Name Return Type Description
    Cache ISqlBuilderCache Gets an ISqlBuilderCache object that provides caching function for ISqlBuilder objects.

    Method

    Name Return Type Description
    Create<TSqlBuilder>(string name = "") TSqlBuilder Creates an TSqlBuilder type object, TSqlBuilder is the derived interface of ISqlBuilder.

    Remarks

    The created ISqlBuilder objects can be used to build SQL statement.

    Back to top Generated by Appeon