Active Query Builder 2 .NET Edition reference
IdentCaseSensitivity Property



Determines identifiers case sensitivity.
Syntax
'Declaration
 
Public Property IdentCaseSensitivity As IdentCaseSensitivity
'Usage
 
Dim instance As ServerDescriptor
Dim value As IdentCaseSensitivity
 
instance.IdentCaseSensitivity = value
 
value = instance.IdentCaseSensitivity
public IdentCaseSensitivity IdentCaseSensitivity {get; set;}
public: __property IdentCaseSensitivity get_IdentCaseSensitivity();
public: __property void set_IdentCaseSensitivity( 
   IdentCaseSensitivity value
);
See Also

Reference

ServerDescriptor Class
ServerDescriptor Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback