Table of Contents

Identifier 类

命名空间
ShadowSql.Identifiers
程序集
ShadowSql.Core.dll

sql标识符

public class Identifier : IdentifierBase, IIdentifier, IMatch, ISqlEntity
继承
object
Identifier
实现
衍生
继承成员

构造函数

Identifier(string)

sql标识符

public Identifier(string name)

参数

name string

标识名

方法

AliasMatch(string, string, string)

别名匹配

public static bool AliasMatch(string name, string aliasName, string other)

参数

name string
aliasName string

别名

other string

返回

bool

Match(string, string)

匹配标识符

public static bool Match(string name, string other)

参数

name string
other string

返回

bool