Show / Hide Table of Contents

Class SqlFunctions

Provides SQL Server specific functions.

Inheritance
System.Object
SqlFunctions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data.SqlServer
Assembly: DevZest.Data.SqlServer.dll
Syntax
public static class SqlFunctions

Methods

Name Description
Like(_String, _String)

Determines whether a specific character string matches a specified pattern.

NotLike(_String, _String)

Determines whether a specific character string does not match a specified pattern.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest