Property | Type | Description | |
---|---|---|---|
MSSQL | |||
MySQL | |||
firstNameEscapeSymbol | string | ||
paramPrefix | string | ||
secondNameEscapeSymbol | string |
Method | Description | |
---|---|---|
GetEscapedName ( string name ) : string | ||
GetParamName ( string fieldName ) : string |
Method | Description | |
---|---|---|
DbSettings ( ) : System |
public GetEscapedName ( string name ) : string | ||
name | string | |
return | string |
public GetParamName ( string fieldName ) : string | ||
fieldName | string | |
return | string |