ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > GenericSyntaxProvider Class : IdentCaseSens Property |
'Declaration Public Overrides Property IdentCaseSens As IdentCaseSensitivity
'Usage Dim instance As GenericSyntaxProvider Dim value As IdentCaseSensitivity instance.IdentCaseSens = value value = instance.IdentCaseSens
public override IdentCaseSensitivity IdentCaseSens {get; set;}
public: __property IdentCaseSensitivity get_IdentCaseSens() override; public: __property void set_IdentCaseSens( IdentCaseSensitivity value ) override;