Knight Data Access Layer
MixedCase Property




KellermanSoftware.NetDataAccessLayer.Providers Namespace > PostgreSqlProvider Class : MixedCase Property
Gets or sets a value indicating whether /[mixed case]. The default for PostgreSQL is false
Syntax
Public Property MixedCase As Boolean
Dim instance As PostgreSqlProvider
Dim value As Boolean
 
instance.MixedCase = value
 
value = instance.MixedCase
public bool MixedCase {get; set;}
public: __property bool get_MixedCase();
public: __property void set_MixedCase( 
   bool value
);
public:
property bool MixedCase {
   bool get();
   void set (    bool value);
}

Property Value

true if [mixed case]; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PostgreSqlProvider Class
PostgreSqlProvider Members