QueryDefinitionSourceEntityId Property |
Gets the source entity identifier.
Namespace:
Dundas.BI.Data.DataProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.4.0.1000)
Syntaxpublic Guid? SourceEntityId { get; }Public ReadOnly Property SourceEntityId As Guid?
Get
public:
property Nullable<Guid> SourceEntityId {
Nullable<Guid> get ();
}member SourceEntityId : Nullable<Guid> with get
Property Value
Type:
NullableGuid
See Also