- Home
- Developer Center
- Documentation CLR Data Masking Components
- Full Name Info
CLR Data Masking Components
CLR Reference
CLR Data Masking Components
Open Navigation Article
- Home
- Developer Center
- Documentation CLR Data Masking Components
- Full Name Info
Full Name Info
CLR function
SQLCLR:
SELECT [dbo].[FullNameRandom] (<@fullName, nvarchar(4000)>)
Expected input
Data: Any non-empty string
Expected output
Common Full Name ([First Name] [Middle Initials] [Last Name]) (nvarchar(MAX)).
Error handling
Returns an empty string when passing empty or NULL value.
Example
SQLCLR:
SELECT [dbo].[FullNameRandom] ('Max J. Smith')
×
CLR Reference: Full Name Info
CLR Reference: Full Name Info
- 1. Full Name Info
- 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