C# Class SqlFu.Providers.EscapeIdentifierChars

ファイルを表示 Open project: sapiens/SqlFu Class Usage Examples

Public Properties

Property Type Description
End char
Start char

Public Methods

Method Description
EscapeIdentifierChars ( char start, char end )

Method Details

EscapeIdentifierChars() public method

public EscapeIdentifierChars ( char start, char end )
start char
end char

Property Details

End public_oe property

public char End
return char

Start public_oe property

public char Start
return char