Gets an enumeration over the identifiers that violated unique constraints
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public IEnumerable<string> NonUniqueIdentifiers { get; } |
| Visual Basic |
|---|
Public ReadOnly Property NonUniqueIdentifiers As IEnumerable(Of String)
Get |
| Visual C++ |
|---|
public:
property IEnumerable<String^>^ NonUniqueIdentifiers {
IEnumerable<String^>^ get ();
} |
| F# |
|---|
member NonUniqueIdentifiers : IEnumerable<string> with get
|
Property Value
Type:
IEnumerable<(Of <(<'String>)>)>
See Also