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 NotEmpty( _ ByVal str As String _ ) As Boolean [C#] public static bool NotEmpty( string str ); [C++] public: static bool NotEmpty( String* str ); [JScript] public static function NotEmpty( str : String ) : Boolean;
AdapterDesignUtil Class | AdapterDesignUtil Members | System.Data.Design Namespace