ArcFM Engine Developer Guide
IsNullOrEmpty Method (DataRowExtensions)


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function IsNullOrEmpty( _
   ByVal row As DataRow, _
   ByVal column As String _
) As Boolean
'Usage
 
Dim row As DataRow
Dim column As String
Dim value As Boolean
 
value = DataRowExtensions.IsNullOrEmpty(row, column)
[Extension()]
public static bool IsNullOrEmpty( 
   DataRow row,
   string column
)

Parameters

row
column
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataRowExtensions Class
DataRowExtensions Members

 

 


Send Comment