- Home
- Developer Center
- Documentation CLR Data Masking Components
- Company Name Random
CLR Data Masking Components
CLR Reference
CLR Data Masking Components
Open Navigation Article
- Home
- Developer Center
- Documentation CLR Data Masking Components
- Company Name Random
Company Name Random
CLR function
SQLCLR:
SELECT [dbo].[CompanyNameRandom] (<@companyName, nvarchar(4000)>)
Expected input
Data: Any non-empty string
Expected output
Company Name string (nvarchar(MAX))
Error handling
Returns an empty string when passing empty or NULL value.
Example
SQLCLR:
SELECT [dbo].[CompanyNameRandom] ('Hush Hush, Inc')
×
CLR Reference: Company Name Random
CLR Reference: Company Name Random
- 1. Company Name Random
- 1.1 CLR function
- 1.2 Expected input
- 1.3 Expected output
- 1.4 Error handling
- 1.5 Example
CLR Data Masking Components
CLR Reference