public static void Main()
r.[identity_id] IdentityId,
r.[all_securables] AllSecurables,
r.[allowed_securables] AllowedSecurablesString
r.[rule_ids] RuleIdsString
[projection].[roles] (NOLOCK) AS r
r.[identity_id] IdentityId,
r.[all_securables] AllSecurables,
r.[allowed_securables] AllowedSecurablesString,
r.[rule_ids] RuleIdsString
[projection].[roles] (NOLOCK) AS r
static void DisplayHashCode( String Operand )
int HashCode = Operand.GetHashCode( );
Console.WriteLine("The hash code is: 0x{1:X8}, {1}. ", Operand, HashCode );