dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlDump Class / IncludeUsers Property

In This Topic
IncludeUsers Property
In This Topic
Determines whether to include information about users into the dump text.
Syntax
'Declaration
 
Public Property IncludeUsers As Boolean
 

Property Value

true, if information about users should be added into dump text; otherwise, false. The default value is false.
See Also