Identifier 类
- 命名空间
- ShadowSql.Identifiers
- 程序集
- ShadowSql.Core.dll
sql标识符
public class Identifier : IdentifierBase, IIdentifier, IMatch, ISqlEntity
- 继承
-
objectIdentifier
- 实现
- 衍生
- 继承成员
构造函数
Identifier(string)
sql标识符
public Identifier(string name)
参数
name
string标识名
方法
AliasMatch(string, string, string)
别名匹配
public static bool AliasMatch(string name, string aliasName, string other)
参数
返回
Match(string, string)
匹配标识符
public static bool Match(string name, string other)