尝试基于Country实现行级安全性。
myFunction的
contentComponent: props => <ScrollView><DrawerItems {...props} /><Text>Your Own Footer Area After</Text></ScrollView>
安全政策
create function security_country(@Country sysname)
returns table
with schemabinding
as
RETURN select 1 as selected_Country
where @Country = 'india'