IDateMapping.GetDateByUniqueName Method |
Gets the date by the member unique name.
Namespace:
Dundas.BI.Entities.DateMappings
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
SyntaxDateTime? GetDateByUniqueName(
IOlapCube cube,
string memberUniqueName
)
Function GetDateByUniqueName (
cube As IOlapCube,
memberUniqueName As String
) As DateTime?
Nullable<DateTime> GetDateByUniqueName(
IOlapCube^ cube,
String^ memberUniqueName
)
abstract GetDateByUniqueName :
cube : IOlapCube *
memberUniqueName : string -> Nullable<DateTime>
Parameters
- cube
- Type: Dundas.BI.Data.Metadata.Olap.IOlapCube
The cube or cube perspective. - memberUniqueName
- Type: System.String
The member unique name.
Return Value
Type:
Nullable<DateTime>The member date or
null if the member was not found.
See Also