Search Results for

    Show / Hide Table of Contents

    Class SqlToStringHelper

    to string helper for SqlTransformBase

    Inheritance
    System.Object
    SqlToStringHelper
    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: TimeCockpit.Data.Database.StringTemplates
    Assembly: TimeCockpit.Data.dll
    Syntax
    public class SqlToStringHelper

    Constructors

    SqlToStringHelper()

    Declaration
    public SqlToStringHelper()

    Methods

    ToStringWithCulture(Object)

    called to transform an object an a string.

    Declaration
    public string ToStringWithCulture(object o)
    Parameters
    Type Name Description
    System.Object o

    the object to convert to string.

    Returns
    Type Description
    System.String

    the result of ToString on the object.

    ToStringWithCulture(String)

    specialization so string is written directly.

    Declaration
    public string ToStringWithCulture(string s)
    Parameters
    Type Name Description
    System.String s

    the string parameter.

    Returns
    Type Description
    System.String

    returns the converted string.

    In This Article
    Back to top Copyright © 2025 software architects gmbh