Identifier public class Identifier : TSqlFragment Documentation public QuoteType QuoteType { get; set; } public string Value { get; set; } public Identifier() public static string DecodeIdentifier(string identifier, out QuoteType quote) public static string EncodeIdentifier(string identifier) public static string EncodeIdentifier(string identifier, QuoteType quoteType)