• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Mellivora
    • DbConnectionALExtension
    • DbConnectionByInstanceExtension
    • DbConnectionByObjectExtension
    • DbConnectionCurdExtension
    • DbConnectionOriginalExtension
  • Mellivora.DynamicCache
    • SqlDelegate<T>
    • SqlDelegate<T>.GetCommandByInstance
    • SqlDelegate<T>.GetCommandByObject
    • SqlDelegate<T>.GetGenericCommand
    • SqlDelegate<T>.GetReaderInstance
    • SqlDynamicCache
  • Vasily
    • AllocateStringDelegate
    • AndEquAttribute
    • AndGeqAttribute
    • AndGtrAttribute
    • AndLeqAttribute
    • AndLssAttribute
    • AndNeqAttribute
    • Cache
    • ColumnAttribute
    • IAttributesLogicalData
    • IAttributesLogicalOperator
    • IgnoreAttribute
    • IVasily
    • ModelStruction
    • NMSString
    • NoRepeateAttribute
    • OrEquAttribute
    • OrGeqAttribute
    • OrGtrAttribute
    • OrLeqAttribute
    • OrLssAttribute
    • OrNeqAttribute
    • OuterMapAttribute
    • PrimaryKeyAttribute
    • RepeateAttribute
    • SelectAttribute
    • Sql<T>
    • SqlModel
    • TableAttribute
    • UpdateAttribute
    • VasilyHandler
  • Vasily.Main
    • VasilyLink
  • Vasily.Model
    • ALStruct
    • OperatorChar
  • Vasily.Utils
    • ModelAnalyser
    • Setter
    • SqlAnalyser
    • SqlMaker

Class SqlMaker

Inheritance
System.Object
SqlMaker
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: Vasily.Utils
Assembly: cs.temp.dll.dll
Syntax
public class SqlMaker

Constructors

SqlMaker(SqlModel)

Declaration
public SqlMaker(SqlModel model)
Parameters
Type Name Description
SqlModel model

Fields

Model

Declaration
public SqlModel Model
Field Value
Type Description
SqlModel

Methods

GetDelete()

Declaration
public string GetDelete()
Returns
Type Description
System.String

GetInsert(String[])

Declaration
public string GetInsert(string[] data)
Parameters
Type Name Description
System.String[] data
Returns
Type Description
System.String

GetOperator(OperatorChar, OperatorChar, String)

Declaration
public string GetOperator(OperatorChar ochar, OperatorChar cchar, string data)
Parameters
Type Name Description
OperatorChar ochar
OperatorChar cchar
System.String data
Returns
Type Description
System.String

GetRepeate(String[])

Declaration
public string GetRepeate(string[] data)
Parameters
Type Name Description
System.String[] data
Returns
Type Description
System.String

GetSelect(String[])

Declaration
public string GetSelect(string[] data)
Parameters
Type Name Description
System.String[] data
Returns
Type Description
System.String

GetUpdate(String[])

Declaration
public string GetUpdate(string[] data)
Parameters
Type Name Description
System.String[] data
Returns
Type Description
System.String
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX