public static string Filter(
string tableName,
string fieldName,
Guid[] roles,
bool? isCda = null
)Public Shared Function Filter (
tableName As String,
fieldName As String,
roles As Guid(),
Optional isCda As Boolean? = Nothing
) As String