NI Method (index)

DTF API

Copy image CopyHover image
Deployment Tools Foundation NI Method (index)
Used by subclasses to get a field as a nullable integer.
Declaration Syntax
C# Visual Basic Visual C++ F#
protected Nullable<int> NI(
	int index
)
Protected Function NI ( 
	index As Integer
) As Nullable(Of Integer)
protected:
Nullable<int> NI(
	int index
)
member NI : 
        index : int -> Nullable<int> 
Parameters
index (Int32)
zero-based column index of the field
Return Value
Nullable < (Of < ( <' Int32 > ) > ) >

Assembly: Microsoft.Deployment.WindowsInstaller.Linq (Module: Microsoft.Deployment.WindowsInstaller.Linq.dll) Version: 3.0.0.0 (3.11.1.2318)