ContextualRecordDataParameterHash Property |
Gets or sets the parameter value hash.
Namespace:
Dundas.BI.Data.DataInput.DataObjects
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(EmitDefaultValue = true)]
public long ParameterHash { get; set; }<DataMemberAttribute(EmitDefaultValue := true)>
Public Property ParameterHash As Long
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = true)]
property long long ParameterHash {
long long get ();
void set (long long value);
}[<DataMemberAttribute(EmitDefaultValue = true)>]
member ParameterHash : int64 with get, set
Property Value
Type:
Int64
See Also