Search Results for

    Show / Hide Table of Contents

    Class InlineSQL

    Inheritance
    System.Object
    InlineSQL
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.Foundation
    Assembly: Simplic.Framework.Foundation.dll
    Syntax
    public class InlineSQL

    Methods

    | Improve this Doc View Source

    GetSqlStatement(String, String, Assembly)

    Get SQL-Statement from ressource

    Declaration
    public static string GetSqlStatement(string statementName, string Namespace = "Simplic.Framework.Foundation.InlineSQL.Scripts", Assembly assembly = null)
    Parameters
    Type Name Description
    System.String statementName
    System.String Namespace
    System.Reflection.Assembly assembly

    Assembly containig the resource

    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx