BusinessLogicDataReader.GetOrdinal Method
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Function GetOrdinal ( _
    name As String _
) As Integer
'Usage
Dim instance As BusinessLogicDataReader
Dim name As String
Dim returnValue As Integer
returnValue = instance.GetOrdinal(name)
public int GetOrdinal(
    string name
)
public:
virtual int GetOrdinal(
    String^ name
) sealed
abstract GetOrdinal : 
        name:string -> int 
override GetOrdinal : 
        name:string -> int 
public final function GetOrdinal(
    name : String
) : int
Parameters
- name
Type: System.String 
Return Value
Type: System.Int32