 | IClaimsGapDetailsType Constructor (DataRow) |
Namespace:
IAS
Assembly:
Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic GapDetailsType(
DataRow dataRow
)
Public Sub New (
dataRow As DataRow
)
public function IClaimsGapDetailsType(
dataRow : DataRow
)
IAS.GapDetailsType = function(dataRow);
Parameters
- dataRow
- Type: System.DataDataRow
[Missing <param name="dataRow"/> documentation for "M:IAS.IClaims.GapDetailsType.#ctor(System.Data.DataRow)"]
See Also