KaxFilterGridBindableTypeExpressionFormatterFormatFieldName Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string FormatFieldName(
string fieldName,
Type dataType,
bool isCaseSensitive
)
Public Function FormatFieldName (
fieldName As String,
dataType As Type,
isCaseSensitive As Boolean
) As String
public:
virtual String^ FormatFieldName(
String^ fieldName,
Type^ dataType,
bool isCaseSensitive
) sealed
abstract FormatFieldName :
fieldName : string *
dataType : Type *
isCaseSensitive : bool -> string
override FormatFieldName :
fieldName : string *
dataType : Type *
isCaseSensitive : bool -> string
Parameters
- fieldName
- Type: SystemString
- dataType
- Type: SystemType
- isCaseSensitive
- Type: SystemBoolean
Return Value
Type:
StringImplements
IKaxFilterExpressionFormatterFormatFieldName(String, Type, Boolean)See Also