Show / Hide Table of Contents

Class SqlFullTextLanguageExtensions

SqlFullTextLanguage extension functions.

Inheritance
System.Object
SqlFullTextLanguageExtensions
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: Relativity.Testing.Framework.Extensions
Assembly: Relativity.Testing.Framework.dll
Syntax
public static class SqlFullTextLanguageExtensions

Methods

| Improve this Doc View Source

FromFullName(String)

Gets the SqlFullTextLanguage from the language name.

Declaration
public static SqlFullTextLanguage FromFullName(string langName)
Parameters
Type Name Description
System.String langName

The language name.

Returns
Type Description
SqlFullTextLanguage

A SqlFullTextLanguage with the language.

| Improve this Doc View Source

ToFullName(SqlFullTextLanguage)

Gets the string format of the language name.

Declaration
public static string ToFullName(this SqlFullTextLanguage value)
Parameters
Type Name Description
SqlFullTextLanguage value

The SqlFullTextLanguage requested.

Returns
Type Description
System.String

The string format of the language name.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX