Table of Contents

Identifier 类

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

sql标识符

public class Identifier : IdentifierBase, IIdentifier, IMatch, ISqlEntity
继承
Identifier
实现
Derived
继承成员

构造函数

Identifier(string)

sql标识符

public Identifier(string name)

参数

name string

方法

AliasMatch(string, string, string)

别名匹配

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

参数

name string
alias string
other string

返回

bool

Match(string, string)

匹配标识符

public static bool Match(string name, string other)

参数

name string
other string

返回

bool