[This is preliminary documentation and is subject to change.]
Namespace: NFX.Serialization.ArowAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool TryReadRow(
TypedRow rowScope,
TypedRow newRow,
ReadingStreamer streamer,
string name
)
public static bool TryReadRow(
TypedRow rowScope,
TypedRow newRow,
ReadingStreamer streamer,
string name
)
Public Shared Function TryReadRow (
rowScope As TypedRow,
newRow As TypedRow,
streamer As ReadingStreamer,
name As String
) As Boolean
Public Shared Function TryReadRow (
rowScope As TypedRow,
newRow As TypedRow,
streamer As ReadingStreamer,
name As String
) As Boolean
public:
static bool TryReadRow(
TypedRow^ rowScope,
TypedRow^ newRow,
ReadingStreamer^ streamer,
String^ name
)
public:
static bool TryReadRow(
TypedRow^ rowScope,
TypedRow^ newRow,
ReadingStreamer^ streamer,
String^ name
)
static member TryReadRow :
rowScope : TypedRow *
newRow : TypedRow *
streamer : ReadingStreamer *
name : string -> bool
static member TryReadRow :
rowScope : TypedRow *
newRow : TypedRow *
streamer : ReadingStreamer *
name : string -> bool
Return Value
Type:
Boolean