NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AdapterDesignUtil.ISEmpty

Do not use, will become internal when the NGWS runtime supprts assemblies determines if a string is non-null and non-empty.

[Visual Basic]
Public Shared Function ISEmpty( _
   ByVal str As String _
) As Boolean
[C#]
public static bool ISEmpty(
   string str
);
[C++]
public: static bool ISEmpty(
   String* str
);
[JScript]
public static function ISEmpty(
   str : String
) : Boolean;

Parameters

str
[To be supplied.]

See Also

AdapterDesignUtil Class | AdapterDesignUtil Members | System.Data.Design Namespace