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!

IDataBuffer.GetPrefix

[To be supplied.]

[Visual Basic]
Function GetPrefix( _
   ByVal i As Integer _
) As String
[C#]
string GetPrefix(
   int i
);
[C++]
String* GetPrefix(
   int i
) = 0;
[JScript]
function GetPrefix(
   i : int
) : String;

Parameters

i
[To be supplied.]

See Also

IDataBuffer Interface | IDataBuffer Members | System.Data Namespace