  | MergeHelperTIsUsingRawRecords Property | 
            Gets a value indicating whether the last call to the 
Merge(IListRecordInput, IListRecordInput, Int32, IComparerT, Boolean, Boolean, String, String, CompressionType, Int32, Boolean) method
            used raw records.
            
 Namespace: Ookii.Jumbo.JetAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic bool IsUsingRawRecords { get; }Public ReadOnly Property IsUsingRawRecords As Boolean
	Get
public:
property bool IsUsingRawRecords {
	bool get ();
}member IsUsingRawRecords : bool with get
Property Value
Boolean if this the last merge operation used raw records; otherwise, 
.
            
See Also