Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public Dictionary<Object, string> DataSource { get; }
Visual Basic
Public ReadOnly Property DataSource As Dictionary(Of Object, String)
	Get
Visual C++
public:
virtual property Dictionary<Object^, String^>^ DataSource {
	Dictionary<Object^, String^>^ get () sealed;
}
F#
abstract DataSource : Dictionary<Object, string> with get
override DataSource : Dictionary<Object, string> with get

Property Value

Type: Dictionary<(Of <(<'Object, String>)>)>

Implements

ILookupBase..::..DataSource

See Also