fwStandardSqlServerAttributesFwExcelOptionsNullableToJson function
String?
fwStandardSqlServerAttributesFwExcelOptionsNullableToJson(
- FwStandardSqlServerAttributesFwExcelOptions? fwStandardSqlServerAttributesFwExcelOptions
Implementation
String? fwStandardSqlServerAttributesFwExcelOptionsNullableToJson(
enums.FwStandardSqlServerAttributesFwExcelOptions?
fwStandardSqlServerAttributesFwExcelOptions,
) {
return fwStandardSqlServerAttributesFwExcelOptions?.value;
}