Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
IsoFlag (Enums)
.
Summary
TODO - a short description
C# Definition:
public enum IsoFlag
{
RetainCommitDc = 1,
RetainCommit = 2,
RetainCommitNo = 3,
RetainAbortDc = 4,
RetainAbort = 8,
RetainAbortNo = 12,
RetainDontCare = 7,
RetainBoth = 10,
RetainNone = 13,
Optimistic = 16,
Readonly = 32
}
VB Definition:
Public Enum IsoFlag
RetainCommitDc = 1
RetainCommit = 2
RetainCommitNo = 3
RetainAbortDc = 4
RetainAbort = 8
RetainAbortNo = 12
RetainDontCare = 7
RetainBoth = 10
RetainNone = 13
Optimistic = 16
[Readonly] = 32
End Enum
Notes:
None.
Documentation
TODO - a short description
3/16/2007 7:42:24 AM - DrewMarsh-68.173.31.130
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!